summaryrefslogtreecommitdiffstats
path: root/include/configs/keymile-common.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-01-07 08:55:50 +0100
committerWolfgang Denk <wd@denx.de>2010-01-18 00:43:54 +0100
commit4897ee33c98b4b29efd62854052eb7862380b5ae (patch)
tree5a08d904a6dc7e449614f0194e42505dda2d73ab /include/configs/keymile-common.h
parent1567b596d9f4a7ff49ebdca29e15a33777dfd670 (diff)
downloadblackbird-obmc-uboot-4897ee33c98b4b29efd62854052eb7862380b5ae.tar.gz
blackbird-obmc-uboot-4897ee33c98b4b29efd62854052eb7862380b5ae.zip
powerpc: keymile boards updates
- malloc size 4 MB for all keymile boards - use generic FDT code for fixing up the DTS - enable unit-led at startup for keymile boards - remove some dts updates for keymile boards - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash changed from Intel Strata to Spansion 64MB flash and changed flash layout. +---------+----------+-----------------------+-----------------------------+ | name | size | range | description | +---------+----------+-----------------------+-----------------------------+ | u-boot | 768 KB | 0xf0000000-0xf00bffff | for u-boot | | env | 128 KB | 0xf00c0000-0xf00dffff | for environment | | envred | 128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) | | ubi0 | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes | +---------+----------+-----------------------+-----------------------------+ Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/keymile-common.h')
-rw-r--r--include/configs/keymile-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h
index 2ef6a35b1c..729d1c07aa 100644
--- a/include/configs/keymile-common.h
+++ b/include/configs/keymile-common.h
@@ -125,7 +125,7 @@
#define CONFIG_ENV_SIZE 0x04000 /* Size of Environment */
-#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* Reserved for malloc */
+#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
/* UBI Support for all Keymile boards */
#define CONFIG_CMD_UBI
OpenPOWER on IntegriCloud