aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sbc8349.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2009-08-21 16:34:38 -0500
committerKim Phillips <kim.phillips@freescale.com>2009-08-21 17:11:44 -0500
commit79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (patch)
tree866af28b16c41ecccbfbb57b52a2286e929e48cf /include/configs/sbc8349.h
parent8eceeb7fd656d6d071c0a8b615e178aca5775fff (diff)
mpc83xx: accommodate larger kernel sizes by default
linux mpc83xx_defconfig kernels are getting bigger, accommodate for their growth by adjusting default load and fdt addresses. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/sbc8349.h')
-rw-r--r--include/configs/sbc8349.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h
index 4f2aef096..e961bb392 100644
--- a/include/configs/sbc8349.h
+++ b/include/configs/sbc8349.h
@@ -630,7 +630,7 @@
#define CONFIG_GATEWAYIP 192.168.1.1
#define CONFIG_NETMASK 255.255.255.0
-#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
+#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
#define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
@@ -657,7 +657,7 @@
"update=protect off ff800000 ff83ffff; " \
"era ff800000 ff83ffff; cp.b 100000 ff800000 ${filesize}\0" \
"upd=run load update\0" \
- "fdtaddr=400000\0" \
+ "fdtaddr=780000\0" \
"fdtfile=sbc8349.dtb\0" \
""