summaryrefslogtreecommitdiff
path: root/configs/am335x_evm_defconfig
diff options
context:
space:
mode:
authorSam Protsenko <joe.skb7@gmail.com>2020-02-26 20:57:05 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-03 10:40:37 +0300
commit4ca78154e103f27dd767b11ecc188d8f1059aa60 (patch)
treeaa564352e26dc5e208718a3fe8b44397585931e4 /configs/am335x_evm_defconfig
parent3d9433e70c26d1b4e849522a3aa40be44c7a9ac1 (diff)
downloadu-boot-4ca78154e103f27dd767b11ecc188d8f1059aa60.tar.xz
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 commit 8fa7f65dd02c ("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: 8fa7f65dd02c ("configs: Remove am335x_boneblack_defconfig") Signed-off-by: Sam Protsenko <joe.skb7@gmail.com>
Diffstat (limited to 'configs/am335x_evm_defconfig')
-rw-r--r--configs/am335x_evm_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index ddf47a0b02..66899c277b 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -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