summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/st/u8500/u8500.c1
-rw-r--r--include/configs/u8500.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index 136b1c5b0..c02d7d9b0 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -67,6 +67,7 @@
#define DMC_CTL_97 (DMC_BASE_ADDR + 0x184)
int board_id; /* set in board_late_init() */
+int errno;
/* PLLs for clock management registers */
enum {
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