summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-11-15 08:58:00 +0000
committerPeter Pearse <peter.pearse@arm.com>2007-11-15 08:58:00 +0000
commit2ae64f5135e51bb18753884d1265b99e89b5aedd (patch)
tree648b0acba18ee1b53744fcb22dc0e73dec79e38c /include
parent2db916e14410e3ec1738508c7bf4dfeb2b299ae7 (diff)
downloadblackbird-obmc-uboot-2ae64f5135e51bb18753884d1265b99e89b5aedd.tar.gz
blackbird-obmc-uboot-2ae64f5135e51bb18753884d1265b99e89b5aedd.zip
Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
Remove warnings re onenand_read() & write()
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--]include/configs/apollon.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index 578153c8bf..7727bc3e29 100644..100755
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -148,15 +148,15 @@
#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
- "Image=tftp 0x80008000 Image\; go 0x80008000\0" \
- "zImage=tftp 0x80180000 zImage\; go 0x80180000\0" \
- "uImage=tftp 0x80180000 uImage\; bootm 0x80180000\0" \
- "uboot=tftp 0x80008000 u-boot.bin\; go 0x80008000\0" \
- "xloader=tftp 0x80180000 x-load.bin\; cp.w 0x80180000 0x00000400 0x1000\; go 0x00000400\0" \
- "syncmode50=mw.w 0x1e442 0xc0c4\; mw 0x6800a060 0xe30d1201\0" \
- "syncmode=mw.w 0x1e442 0xe0f4\; mw 0x6800a060 0xe30d1201\0" \
- "norboot=cp32 0x18040000 0x80008000 0x200000\; go 0x80008000\0" \
- "oneboot=onenand read 0x80008000 0x40000 0x200000\; go 0x80008000\0"\
+ "Image=tftp 0x80008000 Image; go 0x80008000\0" \
+ "zImage=tftp 0x80180000 zImage; go 0x80180000\0" \
+ "uImage=tftp 0x80180000 uImage; bootm 0x80180000\0" \
+ "uboot=tftp 0x80008000 u-boot.bin; go 0x80008000\0" \
+ "xloader=tftp 0x80180000 x-load.bin; cp.w 0x80180000 0x00000400 0x1000; go 0x00000400\0" \
+ "syncmode50=mw.w 0x1e442 0xc0c4; mw 0x6800a060 0xe30d1201\0" \
+ "syncmode=mw.w 0x1e442 0xe0f4; mw 0x6800a060 0xe30d1201\0" \
+ "norboot=cp32 0x18040000 0x80008000 0x200000; go 0x80008000\0" \
+ "oneboot=onenand read 0x80008000 0x40000 0x200000; go 0x80008000\0"\
"onesyncboot=run syncmode oneboot\0" \
"bootcmd=run uboot\0"
OpenPOWER on IntegriCloud