From e12e3ecc89a65421b4e26267c5c71badfdf0dbbb Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 8 Jul 2010 15:57:28 +0200 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3010 --- include/configs/u8500.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/u8500.h') 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 -- cgit v1.2.3