summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-04 11:43:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-06 09:30:47 +0200
commit5ee21da25f24963fcda928aff14b3c1e6ce17375 (patch)
treef89bd5f46751a3d081e9f80943ffcea414446532 /board
parent3d45abb7c4be454b6f2a7ede06fe961a04131083 (diff)
downloadbarebox-5ee21da25f24963fcda928aff14b3c1e6ce17375.tar.gz
barebox-5ee21da25f24963fcda928aff14b3c1e6ce17375.tar.xz
[memory layout] streamline memory layout
Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
Diffstat (limited to 'board')
-rw-r--r--board/at91sam9260ek/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/at91sam9260ek/config.h b/board/at91sam9260ek/config.h
index 38d7eef530..ca15136817 100644
--- a/board/at91sam9260ek/config.h
+++ b/board/at91sam9260ek/config.h
@@ -1,2 +1,4 @@
-#define CFG_MALLOC_LEN (4096 << 10)
-#define CONFIG_STACKSIZE (32 * 1024) /* regular stack */
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#endif /* __CONFIG_H */