9
0
Fork 0

[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.
This commit is contained in:
Sascha Hauer 2008-06-04 11:43:10 +02:00
parent 3d45abb7c4
commit 5ee21da25f
1 changed files with 4 additions and 2 deletions

View File

@ -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 */