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_beagle_defconfig | |
parent | c3c19c27437390681b708c9b25d98d3c9eedf568 (diff) | |
download | u-boot-8c5cad05c97122b33ef8de981b56f701d6bfb6ea.tar.gz u-boot-8c5cad05c97122b33ef8de981b56f701d6bfb6ea.tar.bz2 u-boot-8c5cad05c97122b33ef8de981b56f701d6bfb6ea.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r-- | configs/omap3_beagle_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 0a402ccf5f..a6038c1670 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -3,7 +3,6 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TARGET_OMAP3_BEAGLE=y CONFIG_SPL=y -CONFIG_DEFAULT_DEVICE_TREE="omap3-beagle" CONFIG_DISTRO_DEFAULTS=y CONFIG_NR_DRAM_BANKS=2 CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd" @@ -34,6 +33,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-bo CONFIG_CMD_UBI=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="omap3-beagle" CONFIG_ENV_IS_IN_NAND=y CONFIG_SPL_DM=y CONFIG_USB_FUNCTION_FASTBOOT=y |