summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2015-11-17 10:53:27 +0100
committerTom Rini <trini@konsulko.com>2015-11-18 15:28:53 -0500
commitd6d864768f3008956f62c8d60459b9fc33db58ae (patch)
treee71cf028b5d48bc6a3b5894c103fa7df78ad226e /include
parentd3f1d6f43472f74abf34cadf0bf6236dd70177bc (diff)
downloadblackbird-obmc-uboot-d6d864768f3008956f62c8d60459b9fc33db58ae.tar.gz
blackbird-obmc-uboot-d6d864768f3008956f62c8d60459b9fc33db58ae.zip
km/powerpc: increase space for kernel imange and FDT blob
128kByte and 3,986MB may be in the future too little for kernel the fdt blob respectively the kernel image. So increase the reserved areas here, we have the space for this. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/km/km-powerpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
index 20ef036027..64fccbd727 100644
--- a/include/configs/km/km-powerpc.h
+++ b/include/configs/km/km-powerpc.h
@@ -63,9 +63,9 @@
* is not valid yet, which is the case for when u-boot copies itself to RAM */
#define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10)
-#define CONFIG_KM_CRAMFS_ADDR 0x800000
-#define CONFIG_KM_KERNEL_ADDR 0x400000 /* 3968Kbytes */
-#define CONFIG_KM_FDT_ADDR 0x7E0000 /* 128Kbytes */
+#define CONFIG_KM_CRAMFS_ADDR 0xC00000
+#define CONFIG_KM_KERNEL_ADDR 0x400000 /* 7680Kbytes */
+#define CONFIG_KM_FDT_ADDR 0xB80000 /* 512Kbytes */
/* architecture specific default bootargs */
#define CONFIG_KM_DEF_BOOT_ARGS_CPU ""
OpenPOWER on IntegriCloud