diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
commit | 358b6a20e4428f1834dc96aff14077d43e9cd190 (patch) | |
tree | 42274d716428a5c12a0ee1be39ec7f32faa452fc /configs/omap3_beagle_defconfig | |
parent | 35ada864decc17ac59b4ee43699e0a55d09dea48 (diff) | |
download | u-boot-358b6a20e4428f1834dc96aff14077d43e9cd190.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_beagle_defconfig')
-rw-r--r-- | configs/omap3_beagle_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 05dc73755f..a37a38f881 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -13,8 +13,6 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_OS_BOOT=y CONFIG_SYS_PROMPT="BeagleBoard # " -CONFIG_USB_FUNCTION_FASTBOOT=y -CONFIG_FASTBOOT_BUF_ADDR=0x82000000 CONFIG_CMD_SPL=y CONFIG_CMD_SPL_NAND_OFS=0x280000 CONFIG_CMD_SPL_WRITE_SIZE=0x20000 @@ -39,6 +37,8 @@ CONFIG_SPL_PARTITION_UUIDS=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SPL_DM=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x82000000 CONFIG_LED_STATUS=y CONFIG_LED_STATUS0=y CONFIG_LED_STATUS_BIT=1 |