summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2011-06-20 08:30:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-06-20 09:08:05 +0200
commitfa8aa1771027718747e76bc3e3008c1840cf3b19 (patch)
tree5d78f27fd89f2173e4671656dcb4018adcdfb18b
parentb4294eb0b7231cbea33aef09a5038300e6b5ae8e (diff)
downloadbarebox-fa8aa1771027718747e76bc3e3008c1840cf3b19.tar.gz
barebox-fa8aa1771027718747e76bc3e3008c1840cf3b19.tar.xz
PANDA: remove CONFIG_FS_RAMFS and CONFIG_FS_DEVFSHEADmaster
MLO is to big (>40000) to save Space disable CONFIG_FS_RAMFS and CONFIG_FS_DEVFS in defconfig Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/configs/panda_xload_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/panda_xload_defconfig b/arch/arm/configs/panda_xload_defconfig
index 24452a67..f8f0ae9c 100644
--- a/arch/arm/configs/panda_xload_defconfig
+++ b/arch/arm/configs/panda_xload_defconfig
@@ -23,4 +23,6 @@ CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y
CONFIG_MCI=y
CONFIG_MCI_STARTUP=y
CONFIG_MCI_OMAP_HSMMC=y
+# CONFIG_FS_RAMFS is not set
+# CONFIG_FS_DEVFS is not set
CONFIG_FS_FAT=y