]> git.baikalelectronics.ru Git - uboot.git/commit
ls1012a: use default scan_dev_for_boot
authorMian Yousaf Kaukab <ykaukab@suse.de>
Tue, 30 Mar 2021 14:04:14 +0000 (16:04 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 15 Apr 2021 08:52:22 +0000 (14:22 +0530)
commit28b364d31993bd4c35bc9b22708c756a1092b936
tree87eb0011b0c65ded5a553494d4eb330daf03b82d
parentef3affeccf74998773a7d63d4780e57fc86e9881
ls1012a: use default scan_dev_for_boot

scan_dev_for_efi is supposed to be called from scan_dev_for_boot.
However, this call is missing for ls1012a boards. As a result EFI
boot doesn’t work. Fix this issue by removing custom definition of
scan_dev_for_boot and use the default definition instead.

Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/ls1012a2g5rdb.h
include/configs/ls1012afrdm.h
include/configs/ls1012afrwy.h
include/configs/ls1012aqds.h
include/configs/ls1012ardb.h