mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
patch u-boot defconfig to enable FIT image booting (#3710)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
|
||||
index 4b8206a3..7b82252f 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
|
||||
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_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
|
||||
@@ -94,4 +98,4 @@ CONFIG_USB_ETHER_SMSC95XX=y
|
||||
# CONFIG_WATCHDOG_AUTOSTART is not set
|
||||
CONFIG_WDT=y
|
||||
CONFIG_WDT_ARMADA_37XX=y
|
||||
-CONFIG_SHA1=y
|
||||
+# CONFIG_RSA is not set
|
||||
Reference in New Issue
Block a user