[U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL
Tom Rini
trini at ti.com
Tue Oct 18 21:54:37 CEST 2011
With malloc support being a new requirement for all ARM SPL
implementations, define a small area for use on devkit8000.
Cc: Frederik Kriewitz <frederik at kriewitz.eu>
Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
Cc: Simon Schwarz <simonschwarzcor at googlemail.com>
Signed-off-by: Tom Rini <trini at ti.com>
---
include/configs/devkit8000.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index ba0d23e..dc884e9 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -353,4 +353,7 @@
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
#define CONFIG_SYS_NAND_U_BOOT_SIZE 0x200000
+#define CONFIG_SYS_SPL_MALLOC_START 0x80108000
+#define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */
+
#endif /* __CONFIG_H */
--
1.7.0.4
More information about the U-Boot
mailing list