summaryrefslogtreecommitdiffstats
path: root/include/configs/devkit8000.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-10-18 10:47:22 -0700
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:35 +0200
commitba75a81a7ab8a9be21cfcf4a78306d831465913f (patch)
treeebd4bc02f00867a1619e334a5704430bdfc1a196 /include/configs/devkit8000.h
parent2d01dd953a269e5fc27e04cb8571e0d8d81c7c4a (diff)
downloadtalos-obmc-uboot-ba75a81a7ab8a9be21cfcf4a78306d831465913f.tar.gz
talos-obmc-uboot-ba75a81a7ab8a9be21cfcf4a78306d831465913f.zip
devkit8000: Add malloc space
With malloc support being a new requirement for all ARM SPL implementations, define a small area for use on devkit8000. Cc: Frederik Kriewitz <frederik@kriewitz.eu> Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r--include/configs/devkit8000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index eed1b0653d..6c51a27475 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -358,4 +358,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 */
OpenPOWER on IntegriCloud