All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: Enable fitImage support on OrangePi Zero
@ 2018-05-17 21:13 Marek Vasut
  2018-05-18 11:52 ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2018-05-17 21:13 UTC (permalink / raw)
  To: u-boot

Enable modern fitImage format on OrangePi Zero.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Tom Rini <trini@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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-23  8:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17 21:13 [U-Boot] [PATCH] sunxi: Enable fitImage support on OrangePi Zero Marek Vasut
2018-05-18 11:52 ` Maxime Ripard
2018-05-18 11:54   ` Marek Vasut
2018-05-18 15:29     ` Maxime Ripard
2018-05-18 16:22       ` Marek Vasut
2018-05-22 14:22         ` Maxime Ripard
2018-05-22 22:50           ` Marek Vasut
2018-05-23  8:12             ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.