mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
30 lines
865 B
Diff
30 lines
865 B
Diff
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
|
|
index 15ea602bc3..919fe93b28 100644
|
|
--- a/configs/clearfog_defconfig
|
|
+++ b/configs/clearfog_defconfig
|
|
@@ -7,7 +7,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
|
CONFIG_TARGET_CLEARFOG=y
|
|
-CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC=y
|
|
+CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI=y
|
|
CONFIG_SPL_SERIAL_SUPPORT=y
|
|
CONFIG_SPL=y
|
|
CONFIG_DEBUG_UART_BASE=0xd0012000
|
|
@@ -33,9 +33,11 @@ CONFIG_CMD_USB=y
|
|
CONFIG_CMD_TFTPPUT=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_TIME=y
|
|
+CONFIG_CMD_MVEBU_BUBT=y
|
|
+CONFIG_MVEBU_UBOOT_DFLT_NAME="u-boot-spl-spi.kwb"
|
|
# CONFIG_SPL_PARTITION_UUIDS is not set
|
|
CONFIG_DEFAULT_DEVICE_TREE="armada-388-clearfog"
|
|
-CONFIG_ENV_IS_IN_MMC=y
|
|
+CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_SPL_OF_TRANSLATE=y
|
|
CONFIG_SCSI_AHCI=y
|
|
--
|
|
2.17.1
|
|
|