aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Protsenko2018-10-23 14:43:55 -0500
committerLokesh Vutla2018-10-24 01:16:09 -0500
commita6654354fc8a21b5775c14b73d61734fd9501ff2 (patch)
tree1ca88a1557435c2aa9352e7675b8e54d0c73f5e9
parent601bd1622993ab127f2f02a803d2a223ebc8df99 (diff)
downloadu-boot-a6654354fc8a21b5775c14b73d61734fd9501ff2.tar.gz
u-boot-a6654354fc8a21b5775c14b73d61734fd9501ff2.tar.xz
u-boot-a6654354fc8a21b5775c14b73d61734fd9501ff2.zip
configs: am65x_evm: Fix FASTBOOT_USB_DEV
OTG USB controller number is actually 0, not 1. Fix it so that we can use it in fastboot related commands. Acked-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 8693491fc1..0b3844314f 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -33,7 +33,7 @@ CONFIG_SPL_YMODEM_SUPPORT=y
33CONFIG_FASTBOOT=y 33CONFIG_FASTBOOT=y
34CONFIG_FASTBOOT_BUF_ADDR=0x82000000 34CONFIG_FASTBOOT_BUF_ADDR=0x82000000
35CONFIG_FASTBOOT_BUF_SIZE=0x2F000000 35CONFIG_FASTBOOT_BUF_SIZE=0x2F000000
36CONFIG_FASTBOOT_USB_DEV=1 36CONFIG_FASTBOOT_USB_DEV=0
37CONFIG_FASTBOOT_FLASH=y 37CONFIG_FASTBOOT_FLASH=y
38CONFIG_FASTBOOT_FLASH_MMC_DEV=0 38CONFIG_FASTBOOT_FLASH_MMC_DEV=0
39CONFIG_CMD_ASKENV=y 39CONFIG_CMD_ASKENV=y