From 475f1640d350bcfe1e931aa5a7a97f88ddda705d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 19 Aug 2025 16:26:33 +0800 Subject: [PATCH] mt7986: add missing config for ruijie rg-x60 (#116) CONFIG_ENV_IMPORT_FDT won't take effect without CONFIG_ENV_VARS_UBOOT_CONFIG enabled. Signed-off-by: Tianling Shen --- uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_defconfig | 1 + .../configs/mt7986_ruijie_rg-x60_multi_layout_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_defconfig b/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_defconfig index 80aad7935..b2970b6a3 100644 --- a/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_defconfig +++ b/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_defconfig @@ -16,6 +16,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y +CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_SYS_MEMTEST_START=0x40000000 CONFIG_SYS_MEMTEST_END=0x41000000 CONFIG_AUTOBOOT_MENU_SHOW=y diff --git a/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_multi_layout_defconfig b/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_multi_layout_defconfig index fcc6d5826..ac8b93e6a 100644 --- a/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_multi_layout_defconfig +++ b/uboot-mtk-20220606/configs/mt7986_ruijie_rg-x60_multi_layout_defconfig @@ -17,6 +17,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y +CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_SYS_MEMTEST_START=0x40000000 CONFIG_SYS_MEMTEST_END=0x41000000 CONFIG_AUTOBOOT_MENU_SHOW=y