mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
configs: am335x_evm: Enable Fastboot
This config option was present in am335x_boneblack_defconfig, but we have to use generic am335x_evm_defconfig now, as BBB defconfig was removed in commit8fa7f65dd0
("configs: Remove am335x_boneblack_defconfig"). So this patch merely brings that option back. Tested on BeagleBone Black: => fastboot 0 $ fastboot flash rootfs rootfs.img Fixes:8fa7f65dd0
("configs: Remove am335x_boneblack_defconfig") Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
This commit is contained in:
parent
3d9433e70c
commit
4ca78154e1
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ CONFIG_DFU_MMC=y
|
|||
CONFIG_DFU_NAND=y
|
||||
CONFIG_DFU_RAM=y
|
||||
CONFIG_USB_FUNCTION_FASTBOOT=y
|
||||
CONFIG_FASTBOOT_FLASH=y
|
||||
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
|
||||
CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_MISC=y
|
||||
CONFIG_DM_MMC=y
|
||||
|
|
Loading…
Add table
Reference in a new issue