From 14e3b2b3ec08f4ad7d333416c4f6e10d3d5fc47e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 5 Sep 2007 12:55:13 +0200 Subject: temporary config for netx --- include/configs/netx.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/configs/netx.h 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 */ -- cgit v1.2.3