X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configs%2Fat91sam9rlek_nandflash_defconfig;h=142122ed09460cc0eea252b287e6fb3942e702a1;hb=cbe7706ab8aab06c18edaa9b120371f9c8012728;hp=191a26133fcaf5184b9a74806cfa144f99c9bbd6;hpb=181bd9dc61d2da88b78f1c1138a685dae39354d6;p=oweals%2Fu-boot.git diff --git a/configs/at91sam9rlek_nandflash_defconfig b/configs/at91sam9rlek_nandflash_defconfig index 191a26133f..142122ed09 100644 --- a/configs/at91sam9rlek_nandflash_defconfig +++ b/configs/at91sam9rlek_nandflash_defconfig @@ -2,14 +2,19 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9RLEK=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9RL,SYS_USE_NANDFLASH" +CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y +CONFIG_SYS_PROMPT="U-Boot> " # CONFIG_CMD_BDI is not set +CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set # CONFIG_CMD_LOADS is not set +CONFIG_CMD_MMC=y # CONFIG_CMD_FPGA is not set # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set -CONFIG_SYS_PROMPT="U-Boot> " +CONFIG_CMD_FAT=y +CONFIG_OF_LIBFDT=y