summaryrefslogtreecommitdiff
path: root/include/configs/TQM862L.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-09-24 14:43:43 -0500
commit8ffc774993725a0646aa8d1995d968c95aee9e3c (patch)
treeee69b8872cf8c295a48244280c82d98e191111ab /include/configs/TQM862L.h
parentd7fee32b7e61fe11c64e371cde79faa4768e8350 (diff)
parent66dcad3a9a53e0766d90e0084123bd8529522fb0 (diff)
downloadu-boot-imx-8ffc774993725a0646aa8d1995d968c95aee9e3c.zip
u-boot-imx-8ffc774993725a0646aa8d1995d968c95aee9e3c.tar.gz
u-boot-imx-8ffc774993725a0646aa8d1995d968c95aee9e3c.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot
Diffstat (limited to 'include/configs/TQM862L.h')
-rw-r--r--include/configs/TQM862L.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h
index bb3b1cc..f09d3d1 100644
--- a/include/configs/TQM862L.h
+++ b/include/configs/TQM862L.h
@@ -72,8 +72,9 @@
"net_nfs=tftp 200000 ${bootfile};run nfsargs addip;bootm\0" \
"rootpath=/opt/eldk/ppc_8xx\0" \
"bootfile=/tftpboot/TQM862L/uImage\0" \
- "kernel_addr=40040000\0" \
- "ramdisk_addr=40100000\0" \
+ "fdt_addr=40040000\0" \
+ "kernel_addr=40060000\0" \
+ "ramdisk_addr=40200000\0" \
""
#define CONFIG_BOOTCOMMAND "run flash_self"
@@ -200,6 +201,8 @@
#define CFG_ENV_OFFSET_REDUND (CFG_ENV_OFFSET+CFG_ENV_SIZE)
#define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
+#define CFG_USE_PPCENV /* Environment embedded in sect .ppcenv */
+
/*-----------------------------------------------------------------------
* Hardware Information Block
*/