35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Derek <ManoftheSea@users.noreply.github.com>
|
||
|
Date: Tue, 3 May 2022 06:39:30 +0200
|
||
|
Subject: patch u-boot defconfig to enable FIT image booting (#3710)
|
||
|
|
||
|
---
|
||
|
configs/mvebu_espressobin-88f3720_defconfig | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
|
||
|
index 1016b26b23..b6b7081d86 100644
|
||
|
--- a/configs/mvebu_espressobin-88f3720_defconfig
|
||
|
+++ b/configs/mvebu_espressobin-88f3720_defconfig
|
||
|
@@ -11,6 +11,9 @@ CONFIG_DM_GPIO=y
|
||
|
CONFIG_DEFAULT_DEVICE_TREE="armada-3720-espressobin"
|
||
|
CONFIG_DEBUG_UART_BASE=0xd0012000
|
||
|
CONFIG_SYS_LOAD_ADDR=0x6000000
|
||
|
+CONFIG_FIT=y
|
||
|
+CONFIG_FIT_SIGNATURE=y
|
||
|
+CONFIG_LEGACY_IMAGE_FORMAT=y
|
||
|
CONFIG_DEBUG_UART=y
|
||
|
CONFIG_AHCI=y
|
||
|
CONFIG_DISTRO_DEFAULTS=y
|
||
|
@@ -49,6 +52,7 @@ CONFIG_CMD_EXT4_WRITE=y
|
||
|
CONFIG_CMD_SQUASHFS=y
|
||
|
CONFIG_CMD_FS_UUID=y
|
||
|
CONFIG_MAC_PARTITION=y
|
||
|
+CONFIG_MULTI_DTB_FIT=y
|
||
|
CONFIG_ENV_OVERWRITE=y
|
||
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
||
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||
|
--
|
||
|
Armbian
|
||
|
|