diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-05-31 04:28:11 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-08-17 10:25:36 +0900 |
commit | c5e729eaf04c8b8e4a81c268ad094acc960f2edc (patch) | |
tree | ea98097aa732a18c45390f0746998cd771565725 /include | |
parent | d8fc402aa2af7653c6e8de055d748e58cf3f4771 (diff) |
arm: rmobile: Update defconfig
This updated defconfig following boards:
- Alt
- Gose
- Koelsh
- Lager
- Porter
- Silk
- Stout
- Blanche
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rwxr-xr-x | include/configs/blanche.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h index 7da87f762d..f094bbead6 100755 --- a/include/configs/blanche.h +++ b/include/configs/blanche.h @@ -66,7 +66,6 @@ #define CONFIG_SYS_FLASH_WRITE_TOUT 3000 #define CONFIG_SYS_FLASH_LOCK_TOUT 3000 #define CONFIG_SYS_FLASH_UNLOCK_TOUT 3000 -#define CONFIG_CMD_FLASH #undef CONFIG_CMD_SF #undef CONFIG_CMD_SPI #endif @@ -99,9 +98,6 @@ /* USB */ #undef CONFIG_CMD_USB -/* MMC */ -#define CONFIG_MMC -#define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC /* Module stop status bits */ @@ -120,5 +116,6 @@ /* SDHI */ #define CONFIG_SH_SDHI_FREQ 97500000 +#define HAVE_BLOCK_DEVICE #endif /* __BLANCHE_H */ |