X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configs%2Fapf27_defconfig;h=a175274b24dce11fdb6e59cf415ae0b9a4fbaa91;hb=39ea0ee925327c329053288724b42bda875b4074;hp=3a7a8c169d154039197ad431571947975d729d65;hpb=13a3972585af60ec367d209cedbd3601e0c77467;p=oweals%2Fu-boot.git diff --git a/configs/apf27_defconfig b/configs/apf27_defconfig index 3a7a8c169d..a175274b24 100644 --- a/configs/apf27_defconfig +++ b/configs/apf27_defconfig @@ -1,6 +1,19 @@ CONFIG_ARM=y CONFIG_TARGET_APF27=y CONFIG_SPL=y +CONFIG_BOOTDELAY=5 +CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="BIOS> " # CONFIG_CMD_IMLS is not set +CONFIG_CMD_ASKENV=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_MMC=y +CONFIG_CMD_I2C=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y +CONFIG_CMD_PING=y +CONFIG_CMD_DNS=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_FAT=y +CONFIG_OF_LIBFDT=y