From 486161f2d86eef7a6b635275f1ac9655be69d584 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 25 Aug 2018 00:37:00 +0000 Subject: [PATCH] Fix uboot --- buildroot-external/board/hardkernel/odroid-c2/uboot.config | 1 + buildroot-external/bootloader/uboot.config | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/buildroot-external/board/hardkernel/odroid-c2/uboot.config b/buildroot-external/board/hardkernel/odroid-c2/uboot.config index dddd4d2c9..f276dedff 100644 --- a/buildroot-external/board/hardkernel/odroid-c2/uboot.config +++ b/buildroot-external/board/hardkernel/odroid-c2/uboot.config @@ -5,3 +5,4 @@ CONFIG_USB=y CONFIG_CMD_USB=y CONFIG_DM_USB=y CONFIG_CMD_FILEENV=y +CONFIG_ENV_IS_NOWHERE=Y diff --git a/buildroot-external/bootloader/uboot.config b/buildroot-external/bootloader/uboot.config index 9e1419c5a..3887259b9 100644 --- a/buildroot-external/bootloader/uboot.config +++ b/buildroot-external/bootloader/uboot.config @@ -8,12 +8,9 @@ CONFIG_SYS_PROMPT="HassOS> " # CONFIG_ISO_PARTITION is not set CONFIG_EFI_PARTITION=y CONFIG_FS_EXT4=y -# CONFIG_ENV_IS_NOWHERE is not set +CONFIG_FS_FAT=y # CONFIG_ENV_IS_IN_FAT is not set # CONFIG_ENV_IS_IN_EXT4 is not set -# CONFIG_ENV_FAT_INTERFACE is not set -# CONFIG_ENV_FAT_DEVICE_AND_PART is not set -# CONFIG_ENV_FAT_FILE is not set CONFIG_CONSOLE_SCROLL_LINES=10 # CONFIG_EFI_LOADER is not set CONFIG_CMD_SETEXPR=y