diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2018-10-08 10:03:01 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-22 09:18:49 -0400 |
commit | 367386861b9400682409e94a0be7c1f906124163 (patch) | |
tree | 71878ad19eef45202cbca6e0d07698f2faa70261 /configs/sama5d2_xplained_spiflash_defconfig | |
parent | 96ab34b484617a01a004efeef0f3da3d3b110083 (diff) | |
download | u-boot-367386861b9400682409e94a0be7c1f906124163.tar.gz |
configs: at91: sama5: enable CMD_IMI
Enable iminfo command with CONFIG_CMD_IMI
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d2_xplained_spiflash_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_spiflash_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig index efe71769a4..9bb4a07546 100644 --- a/configs/sama5d2_xplained_spiflash_defconfig +++ b/configs/sama5d2_xplained_spiflash_defconfig @@ -27,7 +27,6 @@ CONFIG_MISC_INIT_R=y CONFIG_SPL_SPI_LOAD=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y -# CONFIG_CMD_IMI is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_I2C=y # CONFIG_CMD_LOADS is not set |