RE: [PATCH] ls1012a: use default scan_dev_for_boot

2021-03-30 Thread Priyanka Jain
>-Original Message- >From: Mian Yousaf Kaukab >Sent: Tuesday, March 30, 2021 7:34 PM >To: u-boot@lists.denx.de; Priyanka Jain >Cc: Andy Tang ; Biwen Li ; Pramod >Kumar ; Rajesh Bhagat ; >Mian Yousaf Kaukab >Subject: [PATCH] ls1012a: use default scan_dev_for_b

[PATCH] ls1012a: use default scan_dev_for_boot

2021-03-30 Thread Mian Yousaf Kaukab
From: Mian Yousaf Kaukab 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: