| Submitter | Tom Rini |
|---|---|
| Date | Aug. 2, 2012, 6:04 p.m. |
| Message ID | <20120802180420.GA26927@bill-the-cat> |
| Download | mbox | patch |
| Permalink | /patch/174796/ |
| State | Awaiting Upstream |
| Headers | show |
Comments
Patch
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e915f56..36f9152 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -48,6 +48,7 @@ #define CONFIG_BOOTDELAY 3 #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x80200000\0" \ + "dtbaddr=0x80F80000\0" \ "rdaddr=0x81000000\0" \ "bootfile=/boot/uImage\0" \ "console=ttyO0,115200n8\0" \