configs: am335x_evm: Enable Fastboot
authorSam Protsenko <joe.skb7@gmail.com>
Wed, 26 Feb 2020 17:57:05 +0000 (19:57 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 3 Mar 2020 07:40:37 +0000 (13:10 +0530)
commit4ca78154e103f27dd767b11ecc188d8f1059aa60
treeaa564352e26dc5e208718a3fe8b44397585931e4
parent3d9433e70c26d1b4e849522a3aa40be44c7a9ac1
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>
configs/am335x_evm_defconfig