u-boot espressobin v23.01: fix defconfig patch so it applies

This commit is contained in:
Ricardo Pardini
2023-06-13 15:26:20 +02:00
committed by Igor
parent 0b6d57e7d8
commit fbd169afb3

View File

@@ -1,18 +1,27 @@
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 4b8206a3..7b82252f 100644
index 1016b26b23..b6b7081d86 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -16,6 +16,9 @@ CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
@@ -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_OF_BOARD_SETUP=y
CONFIG_USE_PREBOOT=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
@@ -45,6 +48,7 @@ CONFIG_CMD_EXT4_WRITE=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
@@ -20,3 +29,6 @@ index 4b8206a3..7b82252f 100644
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
--
Armbian