aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Hristev2018-10-08 01:55:19 -0500
committerTom Rini2018-10-22 08:18:49 -0500
commit96ab34b484617a01a004efeef0f3da3d3b110083 (patch)
tree01a22aebeba4cf071ebaf27b7ec8f7ad21052e72 /configs
parent61b4dbb0d0c6dcb5a008e84e07a54e5b500a8b4b (diff)
downloadu-boot-96ab34b484617a01a004efeef0f3da3d3b110083.tar.gz
u-boot-96ab34b484617a01a004efeef0f3da3d3b110083.tar.xz
u-boot-96ab34b484617a01a004efeef0f3da3d3b110083.zip
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')
-rw-r--r--configs/at91sam9x5ek_dataflash_defconfig2
-rw-r--r--configs/at91sam9x5ek_mmc_defconfig2
-rw-r--r--configs/at91sam9x5ek_nandflash_defconfig2
-rw-r--r--configs/at91sam9x5ek_spiflash_defconfig2
4 files changed, 4 insertions, 4 deletions
diff --git a/configs/at91sam9x5ek_dataflash_defconfig b/configs/at91sam9x5ek_dataflash_defconfig
index 8e80c59597..ef84aa276b 100644
--- a/configs/at91sam9x5ek_dataflash_defconfig
+++ b/configs/at91sam9x5ek_dataflash_defconfig
@@ -8,6 +8,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
8CONFIG_DEBUG_UART_CLOCK=132000000 8CONFIG_DEBUG_UART_CLOCK=132000000
9CONFIG_DEBUG_UART=y 9CONFIG_DEBUG_UART=y
10CONFIG_NR_DRAM_BANKS=1 10CONFIG_NR_DRAM_BANKS=1
11CONFIG_FIT=y
11CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH" 12CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH"
12CONFIG_BOOTDELAY=3 13CONFIG_BOOTDELAY=3
13CONFIG_USE_BOOTARGS=y 14CONFIG_USE_BOOTARGS=y
@@ -18,7 +19,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
18CONFIG_HUSH_PARSER=y 19CONFIG_HUSH_PARSER=y
19CONFIG_SYS_PROMPT="U-Boot> " 20CONFIG_SYS_PROMPT="U-Boot> "
20CONFIG_CMD_BOOTZ=y 21CONFIG_CMD_BOOTZ=y
21# CONFIG_CMD_IMI is not set
22# CONFIG_CMD_FLASH is not set 22# CONFIG_CMD_FLASH is not set
23CONFIG_CMD_MMC=y 23CONFIG_CMD_MMC=y
24CONFIG_CMD_NAND=y 24CONFIG_CMD_NAND=y
diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig
index 2db273b1a9..a44ab6bd90 100644
--- a/configs/at91sam9x5ek_mmc_defconfig
+++ b/configs/at91sam9x5ek_mmc_defconfig
@@ -8,6 +8,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
8CONFIG_DEBUG_UART_CLOCK=132000000 8CONFIG_DEBUG_UART_CLOCK=132000000
9CONFIG_DEBUG_UART=y 9CONFIG_DEBUG_UART=y
10CONFIG_NR_DRAM_BANKS=1 10CONFIG_NR_DRAM_BANKS=1
11CONFIG_FIT=y
11CONFIG_SD_BOOT=y 12CONFIG_SD_BOOT=y
12CONFIG_BOOTDELAY=3 13CONFIG_BOOTDELAY=3
13CONFIG_USE_BOOTARGS=y 14CONFIG_USE_BOOTARGS=y
@@ -18,7 +19,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
18CONFIG_HUSH_PARSER=y 19CONFIG_HUSH_PARSER=y
19CONFIG_SYS_PROMPT="U-Boot> " 20CONFIG_SYS_PROMPT="U-Boot> "
20CONFIG_CMD_BOOTZ=y 21CONFIG_CMD_BOOTZ=y
21# CONFIG_CMD_IMI is not set
22# CONFIG_CMD_FLASH is not set 22# CONFIG_CMD_FLASH is not set
23CONFIG_CMD_MMC=y 23CONFIG_CMD_MMC=y
24CONFIG_CMD_NAND=y 24CONFIG_CMD_NAND=y
diff --git a/configs/at91sam9x5ek_nandflash_defconfig b/configs/at91sam9x5ek_nandflash_defconfig
index a60a217b10..ac81113543 100644
--- a/configs/at91sam9x5ek_nandflash_defconfig
+++ b/configs/at91sam9x5ek_nandflash_defconfig
@@ -8,6 +8,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
8CONFIG_DEBUG_UART_CLOCK=132000000 8CONFIG_DEBUG_UART_CLOCK=132000000
9CONFIG_DEBUG_UART=y 9CONFIG_DEBUG_UART=y
10CONFIG_NR_DRAM_BANKS=1 10CONFIG_NR_DRAM_BANKS=1
11CONFIG_FIT=y
11CONFIG_NAND_BOOT=y 12CONFIG_NAND_BOOT=y
12CONFIG_BOOTDELAY=3 13CONFIG_BOOTDELAY=3
13CONFIG_USE_BOOTARGS=y 14CONFIG_USE_BOOTARGS=y
@@ -18,7 +19,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
18CONFIG_HUSH_PARSER=y 19CONFIG_HUSH_PARSER=y
19CONFIG_SYS_PROMPT="U-Boot> " 20CONFIG_SYS_PROMPT="U-Boot> "
20CONFIG_CMD_BOOTZ=y 21CONFIG_CMD_BOOTZ=y
21# CONFIG_CMD_IMI is not set
22# CONFIG_CMD_FLASH is not set 22# CONFIG_CMD_FLASH is not set
23CONFIG_CMD_MMC=y 23CONFIG_CMD_MMC=y
24CONFIG_CMD_NAND=y 24CONFIG_CMD_NAND=y
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
8CONFIG_DEBUG_UART_CLOCK=132000000 8CONFIG_DEBUG_UART_CLOCK=132000000
9CONFIG_DEBUG_UART=y 9CONFIG_DEBUG_UART=y
10CONFIG_NR_DRAM_BANKS=1 10CONFIG_NR_DRAM_BANKS=1
11CONFIG_FIT=y
11CONFIG_SPI_BOOT=y 12CONFIG_SPI_BOOT=y
12CONFIG_BOOTDELAY=3 13CONFIG_BOOTDELAY=3
13CONFIG_USE_BOOTARGS=y 14CONFIG_USE_BOOTARGS=y
@@ -18,7 +19,6 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y
18CONFIG_HUSH_PARSER=y 19CONFIG_HUSH_PARSER=y
19CONFIG_SYS_PROMPT="U-Boot> " 20CONFIG_SYS_PROMPT="U-Boot> "
20CONFIG_CMD_BOOTZ=y 21CONFIG_CMD_BOOTZ=y
21# CONFIG_CMD_IMI is not set
22# CONFIG_CMD_FLASH is not set 22# CONFIG_CMD_FLASH is not set
23CONFIG_CMD_MMC=y 23CONFIG_CMD_MMC=y
24CONFIG_CMD_NAND=y 24CONFIG_CMD_NAND=y