summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-15 17:54:52 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-10-15 17:54:52 +0200
commita149f9949bbe732ecf84ee4e9ea8c59e7a39aef8 (patch)
tree4d5f58c5e72f1826a139f48d1aa096d4597ae46f /include/configs
parent09844c22544222e96ab0c68d34a66b85274faaa3 (diff)
downloadbarebox-a149f9949bbe732ecf84ee4e9ea8c59e7a39aef8.tar.gz
barebox-a149f9949bbe732ecf84ee4e9ea8c59e7a39aef8.tar.xz
add pcm038 config
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/phycore_pcm038.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/phycore_pcm038.h b/include/configs/phycore_pcm038.h
new file mode 100644
index 0000000000..cbd3e1674d
--- /dev/null
+++ b/include/configs/phycore_pcm038.h
@@ -0,0 +1,6 @@
+/* nothing yet */
+#define CONFIG_ARCH_NUMBER 9999
+#define CONFIG_BOOT_PARAMS 0xdeadbeef
+#define CFG_MALLOC_LEN (4096 << 10)
+#define CONFIG_STACKSIZE (120<<10) /* stack size */
+