summaryrefslogtreecommitdiffstats
path: root/board/ipe337
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-04 11:54:03 +0200
commit596c8450727ff2c9e2a8053e83280682d813c82f (patch)
treeb1623de1d69f75765cffd8db50083a6faa64c8b4 /board/ipe337
parent9e6ee5e79516f5af5366bd95fab801a692728373 (diff)
downloadbarebox-596c8450727ff2c9e2a8053e83280682d813c82f.tar.gz
barebox-596c8450727ff2c9e2a8053e83280682d813c82f.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/ipe337')
-rw-r--r--board/ipe337/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ipe337/config.h b/board/ipe337/config.h
index 7799345f21..aa25d0792d 100644
--- a/board/ipe337/config.h
+++ b/board/ipe337/config.h
@@ -3,13 +3,6 @@
#define __CONFIG_H
/*
- * Board Layout
- */
-#define CONFIG_MALLOC_LEN (16384 << 10)
-#define CONFIG_MALLOC_BASE (TEXT_BASE - CONFIG_MALLOC_LEN)
-#define CONFIG_STACKBASE (CONFIG_MALLOC_BASE - 4)
-
-/*
* Clock settings
*/