diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-10 16:54:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 10:21:41 -0500 |
commit | fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch) | |
tree | 6bb004844ba542e9b68919ad046cfcd0c52e216d /configs/omap3_logic_defconfig | |
parent | f0f6917188ad660cf002c10095f46ecf748b8f58 (diff) | |
download | u-boot-fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2.tar.gz |
configs: Re-sync with CONFIG_DISTRO_DEFAULTS
A number of platforms include config_distro_defaults.h but do not enable
CONFIG_DISTRO_DEFAULTS. As they plainly intended to, set that flag and
re-sync config files.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 02eb2cf155..008e1db3b0 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -4,13 +4,14 @@ CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_OMAP3_LOGIC=y CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" +CONFIG_DISTRO_DEFAULTS=y +# CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_OS_BOOT=y -CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="OMAP Logic # " CONFIG_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82000000 @@ -26,7 +27,6 @@ CONFIG_CMD_CACHE=y CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs)" CONFIG_CMD_UBI=y -CONFIG_ISO_PARTITION=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_SPL_OF_PLATDATA=y |