diff mbox series

[U-Boot] warp7: configs: add CONFIG_FIT option

Message ID 1538222701-25050-1-git-send-email-pjtexier@koncepto.io
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series [U-Boot] warp7: configs: add CONFIG_FIT option | expand

Commit Message

Pierre-Jean Texier Sept. 29, 2018, 12:05 p.m. UTC
This enable FIT image support.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 configs/warp7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Dec. 8, 2018, 5:31 p.m. UTC | #1
On 29/09/18 14:05, Pierre-Jean Texier wrote:
> This enable FIT image support.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  configs/warp7_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
> index 15a6673..919d484 100644
> --- a/configs/warp7_defconfig
> +++ b/configs/warp7_defconfig
> @@ -8,6 +8,8 @@ CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
>  CONFIG_IMX_RDC=y
>  CONFIG_IMX_BOOTAUX=y
>  CONFIG_NR_DRAM_BANKS=1
> +CONFIG_FIT=y
> +CONFIG_FIT_VERBOSE=y
>  CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg"
>  CONFIG_HUSH_PARSER=y
>  # CONFIG_CMD_BOOTD is not set
> 

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 15a6673..919d484 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -8,6 +8,8 @@  CONFIG_ARMV7_BOOT_SEC_DEFAULT=y
 CONFIG_IMX_RDC=y
 CONFIG_IMX_BOOTAUX=y
 CONFIG_NR_DRAM_BANKS=1
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg"
 CONFIG_HUSH_PARSER=y
 # CONFIG_CMD_BOOTD is not set