summaryrefslogtreecommitdiff
path: root/configs/at91sam9x5ek_spiflash_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-10-08 09:55:19 +0300
committerTom Rini <trini@konsulko.com>2018-10-22 09:18:49 -0400
commit96ab34b484617a01a004efeef0f3da3d3b110083 (patch)
tree01a22aebeba4cf071ebaf27b7ec8f7ad21052e72 /configs/at91sam9x5ek_spiflash_defconfig
parent61b4dbb0d0c6dcb5a008e84e07a54e5b500a8b4b (diff)
configs: at91: sam9x5: added FIT and iminfo support
Enabled FIT image support and iminfo command for FIT information. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/at91sam9x5ek_spiflash_defconfig')
-rw-r--r--configs/at91sam9x5ek_spiflash_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9x5ek_spiflash_defconfig b/configs/at91sam9x5ek_spiflash_defconfig
index 4b50c255d7..e80b54edec 100644
--- a/configs/at91sam9x5ek_spiflash_defconfig
+++ b/configs/at91sam9x5ek_spiflash_defconfig
@@ -8,6 +8,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
CONFIG_DEBUG_UART_CLOCK=132000000
CONFIG_DEBUG_UART=y
CONFIG_NR_DRAM_BANKS=1
+CONFIG_FIT=y
CONFIG_SPI_BOOT=y
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
@@ -18,7 +19,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_BOOTZ=y
-# CONFIG_CMD_IMI is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
CONFIG_CMD_NAND=y