Commit fd77b2ebec8baf2637f48def17e64539321f2ec3

Authored by Nobuhiro Iwamatsu
Committed by Nobuhiro Iwamatsu
1 parent aa44ae32e1

arm: rmobile: koelsch: Add support command and filesystems of VFAT

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

include/configs/koelsch.h
... ... @@ -32,11 +32,17 @@
32 32 #define CONFIG_CMD_NFS
33 33 #define CONFIG_CMD_BOOTZ
34 34 #define CONFIG_CMD_USB
  35 +#define CONFIG_CMD_FAT
35 36  
36 37 #define CONFIG_CMD_SF
37 38 #define CONFIG_CMD_SPI
38 39 #define CONFIG_SYS_TEXT_BASE 0xE6304000
39 40 #define CONFIG_SYS_THUMB_BUILD
  41 +
  42 +/* Support File sytems */
  43 +#define CONFIG_DOS_PARTITION
  44 +#define CONFIG_SUPPORT_VFAT
  45 +
40 46  
41 47 #define CONFIG_CMDLINE_TAG
42 48 #define CONFIG_SETUP_MEMORY_TAGS