mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
u-boot espressobin v23.01: fix defconfig patch so it applies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user