summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-07-08 15:57:28 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-08-30 20:06:28 +0200
commite12e3ecc89a65421b4e26267c5c71badfdf0dbbb (patch)
tree05b7006a3310f8a0d904fcf15a91c73f95fb42bd /include/configs/u8500.h
parent20503b61a7f73fad8ee97219f7a1e74de3a8a2ac (diff)
u8500 board code modifications for Rockbox FAT
board/st/u8500/u8500.c - added errno include/configs/u8500.h - added Rockbox related CONFIGs ST-Ericsson ID: WP264488 Change-Id: I417c6acd23b365a121c898533f93e4f84bfb92e0 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3010
Diffstat (limited to 'include/configs/u8500.h')
-rw-r--r--include/configs/u8500.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 5b1ed0d60..3ee8b599f 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -82,6 +82,9 @@
#define CONFIG_MMC 1
#define CONFIG_GENERIC_MMC 1
#define CONFIG_DOS_PARTITION 1
+#define CONFIG_ROCKBOX_FAT 1
+#define CONFIG_U_BOOT 1 /* needed by Rockbox code */
+#define CONFIG_SUPPORT_VFAT 1 /* Rockbox */
/*
* Commands
@@ -98,6 +101,7 @@
#define CONFIG_CMD_LOADB
#define CONFIG_CMD_MMC
#define CONFIG_CMD_FAT
+#define CONFIG_CMD_TREE_FAT /* Rockbox */
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_EMMC
#define CONFIG_CMD_SOURCE