[U-Boot] [PATCH] sunxi: Enable fitImage support on OrangePi Zero

Marek Vasut marex at denx.de
Thu May 17 21:13:38 UTC 2018


Enable modern fitImage format on OrangePi Zero.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Maxime Ripard <maxime.ripard at bootlin.com>
Cc: Tom Rini <trini at konsulko.com>
---
 configs/orangepi_zero_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/orangepi_zero_defconfig b/configs/orangepi_zero_defconfig
index 6afd4a3bfa..b3860659d6 100644
--- a/configs/orangepi_zero_defconfig
+++ b/configs/orangepi_zero_defconfig
@@ -9,6 +9,8 @@ CONFIG_DRAM_ODT_EN=y
 CONFIG_SPL_SPI_SUNXI=y
 CONFIG_DEFAULT_DEVICE_TREE="sun8i-h2-plus-orangepi-zero"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
 CONFIG_CONSOLE_MUX=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_SUN8I_EMAC=y
-- 
2.16.2



More information about the U-Boot mailing list