[PATCH v2] arm: rpi: remove boot_targets for default standard boot

Raspberry pi supports standard boot without boot_targets
Signed-off-by: Date Huang tjjh89017@hotmail.com --- board/raspberrypi/rpi/rpi.env | 2 -- 1 file changed, 2 deletions(-)
diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env index 30228285ed..8fb8d5d5f7 100644 --- a/board/raspberrypi/rpi/rpi.env +++ b/board/raspberrypi/rpi/rpi.env @@ -73,5 +73,3 @@ scriptaddr=0x02400000 pxefile_addr_r=0x02500000 fdt_addr_r=0x02600000 ramdisk_addr_r=0x02700000 - -boot_targets=mmc usb pxe dhcp

On Sat, 23 Sept 2023 at 20:59, Date Huang tjjh89017@hotmail.com wrote:
Raspberry pi supports standard boot without boot_targets
Signed-off-by: Date Huang tjjh89017@hotmail.com
board/raspberrypi/rpi/rpi.env | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env index 30228285ed..8fb8d5d5f7 100644 --- a/board/raspberrypi/rpi/rpi.env +++ b/board/raspberrypi/rpi/rpi.env @@ -73,5 +73,3 @@ scriptaddr=0x02400000 pxefile_addr_r=0x02500000 fdt_addr_r=0x02600000 ramdisk_addr_r=0x02700000
-boot_targets=mmc usb pxe dhcp
2.34.1
participants (2)
-
Date Huang
-
Simon Glass