diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-03 15:26:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-03 15:26:12 -0400 |
commit | 8c5cad05c97122b33ef8de981b56f701d6bfb6ea (patch) | |
tree | 52a485561631e373ac50663f7156c04b878e6bd4 /configs/omap3_logic_defconfig | |
parent | c3c19c27437390681b708c9b25d98d3c9eedf568 (diff) | |
download | u-boot-8c5cad05c97122b33ef8de981b56f701d6bfb6ea.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 1807e280a4..eab379b90d 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -5,7 +5,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_OMAP3_LOGIC=y # CONFIG_SPL_OMAP3_ID_NAND is not set CONFIG_SPL=y -CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" CONFIG_DISTRO_DEFAULTS=y CONFIG_NR_DRAM_BANKS=2 # CONFIG_USE_BOOTCOMMAND is not set @@ -29,6 +28,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl- CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" CONFIG_SPL_OF_PLATDATA=y # CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_IS_IN_NAND=y @@ -43,7 +43,6 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 CONFIG_SPL_NAND_SIMPLE=y -CONFIG_NETDEVICES=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x08000000 CONFIG_SMC911X_32_BIT=y |