X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configs%2Famcore_defconfig;h=3332a31883664404dbd98922087ec0b1b41f27e2;hb=ad0ac54361128c60b5e7012a2b7bf38061bdc25e;hp=0361418d904d5a8545fe952dafe73d5c550457a3;hpb=7802ce910ba17a962d90b60b5e998e40d5a08067;p=u-boot diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig index 0361418d90..3332a31883 100644 --- a/configs/amcore_defconfig +++ b/configs/amcore_defconfig @@ -1,9 +1,13 @@ CONFIG_M68K=y -CONFIG_TARGET_AMCORE=y CONFIG_SYS_TEXT_BASE=0xffc00000 +CONFIG_SYS_MALLOC_F_LEN=0x800 +CONFIG_TARGET_AMCORE=y CONFIG_BOOTDELAY=1 +CONFIG_SYS_CONSOLE_INFO_QUIET=y +# CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="amcore $ " # CONFIG_CMD_BOOTD is not set +CONFIG_CMD_IMLS=y # CONFIG_CMD_XIMG is not set CONFIG_LOOPW=y # CONFIG_CMD_FPGA is not set @@ -12,3 +16,8 @@ CONFIG_LOOPW=y # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y CONFIG_CMD_TIMER=y +CONFIG_CMD_DIAG=y +CONFIG_ENV_IS_IN_FLASH=y +CONFIG_DM=y +CONFIG_MTD_NOR_FLASH=y +CONFIG_DM_SERIAL=y