summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-05 12:55:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-05 12:55:13 +0200
commit14e3b2b3ec08f4ad7d333416c4f6e10d3d5fc47e (patch)
treef521b18404299e907f1c2e049b0f423580f442f4
parent9a68d98b6a0e4001763c06add361cb0733d203f0 (diff)
downloadbarebox-14e3b2b3ec08f4ad7d333416c4f6e10d3d5fc47e.tar.gz
barebox-14e3b2b3ec08f4ad7d333416c4f6e10d3d5fc47e.tar.xz
temporary config for netx
-rw-r--r--include/configs/netx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/netx.h b/include/configs/netx.h
new file mode 100644
index 0000000000..736a7ae951
--- /dev/null
+++ b/include/configs/netx.h
@@ -0,0 +1,4 @@
+#define CONFIG_BOOT_PARAMS 0x0 /* FIXME */
+#define CONFIG_ARCH_NUMBER 0 /* FIXME */
+#define CFG_MALLOC_LEN (4096 << 10)
+#define CONFIG_STACKSIZE (120<<10) /* stack size */