diff --git a/buildroot-external/board/hardkernel/odroid-m1/uboot.config b/buildroot-external/board/hardkernel/odroid-m1/uboot.config index 3ae7d802f..6075d6b89 100644 --- a/buildroot-external/board/hardkernel/odroid-m1/uboot.config +++ b/buildroot-external/board/hardkernel/odroid-m1/uboot.config @@ -1,5 +1,2 @@ -CONFIG_DOS_PARTITION=y -# CONFIG_EFI_PARTITION is not set -# CONFIG_USB_STORAGE is not set -CONFIG_DISPLAY_BOARDINFO=y -CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +# CONFIG_DWC_ETH_QOS is not set +# CONFIG_DWC_ETH_QOS_ROCKCHIP is not set diff --git a/buildroot-external/configs/odroid_m1_defconfig b/buildroot-external/configs/odroid_m1_defconfig index 6f3a6850f..497131ce4 100644 --- a/buildroot-external/configs/odroid_m1_defconfig +++ b/buildroot-external/configs/odroid_m1_defconfig @@ -137,7 +137,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/u-boot/u-boot.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2024.01" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="odroid-m1-rk3568" -BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_HASSOS_PATH)/bootloader/uboot.config" +BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_HASSOS_PATH)/bootloader/uboot.config $(BR2_EXTERNAL_HASSOS_PATH)/board/hardkernel/odroid-m1/uboot.config" BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y