summaryrefslogtreecommitdiffstats
path: root/arch/ppc/configs/da923rc_defconfig
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-01-29 11:06:52 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-30 08:42:54 +0100
commit78f3ac7619cb94c306460fa2248be0e1172f2378 (patch)
tree4d96b815faf56a8c2da3920b66603531d7f3643f /arch/ppc/configs/da923rc_defconfig
parent4a6c8b1e04695c03d4c7d6e27a21a03e2ecf7050 (diff)
downloadbarebox-78f3ac7619cb94c306460fa2248be0e1172f2378.tar.gz
barebox-78f3ac7619cb94c306460fa2248be0e1172f2378.tar.xz
DA923RC: enable UBI/UBIFS configuration
The UBI/UBIFS support is enabled and a script is added to attach the UBI device and mount the UBIFS partition. This allows the loading of firmware images from the NOR flash. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/configs/da923rc_defconfig')
-rw-r--r--arch/ppc/configs/da923rc_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ppc/configs/da923rc_defconfig b/arch/ppc/configs/da923rc_defconfig
index a9dc0dff95..da1b13aac7 100644
--- a/arch/ppc/configs/da923rc_defconfig
+++ b/arch/ppc/configs/da923rc_defconfig
@@ -42,6 +42,12 @@ CONFIG_DRIVER_CFI_BANK_WIDTH_4=n
CONFIG_CFI_BUFFER_WRITE=y
CONFIG_MTD=y
CONFIG_MTD_WRITE=y
+CONFIG_MTD_UBI=y
+CONFIG_CMD_UBI=y
+CONFIG_FS_UBIFS=y
+CONFIG_FS_UBIFS_COMPRESSION_LZO=y
+CONFIG_CMD_UNLZO=y
+CONFIG_LZO_DECOMPRESS=y
CONFIG_MALLOC_SIZE=0x2800000
CONFIG_PROMPT="GE> "
CONFIG_BAUDRATE=9600