diff options
| author | Chris Packham <[email protected]> | 2016-10-25 11:40:55 +1300 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2016-12-01 09:06:17 +0100 |
| commit | eb1f7784f4643329227bf63aa0d6e11d2941c996 (patch) | |
| tree | 3efdf2f5c78d93ae08e41ac4c4653608c8a6c792 | |
| parent | 38c4f0bdce5bca8535eadab08ece80dff45ad0ee (diff) | |
mvebu: db-88f6820-amc: Enable FIT support
Signed-off-by: Chris Packham <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -rw-r--r-- | configs/db-88f6820-amc_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig index 90cbd4894a2..27ec6565ba0 100644 --- a/configs/db-88f6820-amc_defconfig +++ b/configs/db-88f6820-amc_defconfig @@ -8,6 +8,8 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="armada-385-amc" +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set |
