Commit 96ab34b484617a01a004efeef0f3da3d3b110083

Authored by Eugen Hristev
Committed by Tom Rini
1 parent 61b4dbb0d0

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>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

configs/at91sam9x5ek_dataflash_defconfig
... ... @@ -8,6 +8,7 @@
8 8 CONFIG_DEBUG_UART_CLOCK=132000000
9 9 CONFIG_DEBUG_UART=y
10 10 CONFIG_NR_DRAM_BANKS=1
  11 +CONFIG_FIT=y
11 12 CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH"
12 13 CONFIG_BOOTDELAY=3
13 14 CONFIG_USE_BOOTARGS=y
... ... @@ -18,7 +19,6 @@
18 19 CONFIG_HUSH_PARSER=y
19 20 CONFIG_SYS_PROMPT="U-Boot> "
20 21 CONFIG_CMD_BOOTZ=y
21   -# CONFIG_CMD_IMI is not set
22 22 # CONFIG_CMD_FLASH is not set
23 23 CONFIG_CMD_MMC=y
24 24 CONFIG_CMD_NAND=y
configs/at91sam9x5ek_mmc_defconfig
... ... @@ -8,6 +8,7 @@
8 8 CONFIG_DEBUG_UART_CLOCK=132000000
9 9 CONFIG_DEBUG_UART=y
10 10 CONFIG_NR_DRAM_BANKS=1
  11 +CONFIG_FIT=y
11 12 CONFIG_SD_BOOT=y
12 13 CONFIG_BOOTDELAY=3
13 14 CONFIG_USE_BOOTARGS=y
... ... @@ -18,7 +19,6 @@
18 19 CONFIG_HUSH_PARSER=y
19 20 CONFIG_SYS_PROMPT="U-Boot> "
20 21 CONFIG_CMD_BOOTZ=y
21   -# CONFIG_CMD_IMI is not set
22 22 # CONFIG_CMD_FLASH is not set
23 23 CONFIG_CMD_MMC=y
24 24 CONFIG_CMD_NAND=y
configs/at91sam9x5ek_nandflash_defconfig
... ... @@ -8,6 +8,7 @@
8 8 CONFIG_DEBUG_UART_CLOCK=132000000
9 9 CONFIG_DEBUG_UART=y
10 10 CONFIG_NR_DRAM_BANKS=1
  11 +CONFIG_FIT=y
11 12 CONFIG_NAND_BOOT=y
12 13 CONFIG_BOOTDELAY=3
13 14 CONFIG_USE_BOOTARGS=y
... ... @@ -18,7 +19,6 @@
18 19 CONFIG_HUSH_PARSER=y
19 20 CONFIG_SYS_PROMPT="U-Boot> "
20 21 CONFIG_CMD_BOOTZ=y
21   -# CONFIG_CMD_IMI is not set
22 22 # CONFIG_CMD_FLASH is not set
23 23 CONFIG_CMD_MMC=y
24 24 CONFIG_CMD_NAND=y
configs/at91sam9x5ek_spiflash_defconfig
... ... @@ -8,6 +8,7 @@
8 8 CONFIG_DEBUG_UART_CLOCK=132000000
9 9 CONFIG_DEBUG_UART=y
10 10 CONFIG_NR_DRAM_BANKS=1
  11 +CONFIG_FIT=y
11 12 CONFIG_SPI_BOOT=y
12 13 CONFIG_BOOTDELAY=3
13 14 CONFIG_USE_BOOTARGS=y
... ... @@ -18,7 +19,6 @@
18 19 CONFIG_HUSH_PARSER=y
19 20 CONFIG_SYS_PROMPT="U-Boot> "
20 21 CONFIG_CMD_BOOTZ=y
21   -# CONFIG_CMD_IMI is not set
22 22 # CONFIG_CMD_FLASH is not set
23 23 CONFIG_CMD_MMC=y
24 24 CONFIG_CMD_NAND=y