summaryrefslogtreecommitdiffstats
path: root/board/pcm038
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/pcm038
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/pcm038')
-rw-r--r--board/pcm038/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/pcm038/config.h b/board/pcm038/config.h
index 51f9bd9983..b3eed0bb3c 100644
--- a/board/pcm038/config.h
+++ b/board/pcm038/config.h
@@ -21,9 +21,4 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-/* FIXME: ugly....should be simply part of the BSP file */
-
-#define CFG_MALLOC_LEN (4096 << 10)
-#define CONFIG_STACKSIZE ( 120 << 10) /* stack size */
-
#endif /* __CONFIG_H */