diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-03-31 15:22:31 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-05-21 10:09:19 +0900 |
commit | d80149b249a7137c8c3b5c011580db37e4b32561 (patch) | |
tree | e96c425fc379e652b410fc2f6cb94ec9b3be6833 /include/configs/lager.h | |
parent | f55bb6a4c4362958682f0894f40e99f4f1157131 (diff) | |
download | u-boot-imx-d80149b249a7137c8c3b5c011580db37e4b32561.zip u-boot-imx-d80149b249a7137c8c3b5c011580db37e4b32561.tar.gz u-boot-imx-d80149b249a7137c8c3b5c011580db37e4b32561.tar.bz2 |
arm: rmobile: lager: Add support ext4/fat write command
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r-- | include/configs/lager.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 98501ec..7b47d2e 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -34,9 +34,12 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_CMD_USB #define CONFIG_CMD_FAT - #define CONFIG_CMD_SF #define CONFIG_CMD_SPI + +#define CONFIG_FAT_WRITE +#define CONFIG_EXT4_WRITE + #define CONFIG_SYS_TEXT_BASE 0xE8080000 #define CONFIG_SYS_THUMB_BUILD |