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

2023-09-23 Thread Date Huang
Raspberry pi supports standard boot without boot_targets Signed-off-by: Date Huang --- 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

[PATCH] arm: rpi: set boot_targets with correct macro expansion

2023-09-23 Thread Date Huang
rpi uboot will only try to load mmcnr@7e30.bootdev which is wlan interface if boot_targets only has `mmc` Change it to `mmc0 mmc1 mmc2 usb0 pxe dhcp` Signed-off-by: Date Huang --- board/raspberrypi/rpi/rpi.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board