From: Sam Day Date: Sun, 31 May 2026 06:40:59 +0000 (+0000) Subject: board: qualcomm: phone: fix 'Dump bootargs' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=688890d15cc7021a72ca9939e9eecaee6adea385;p=thirdparty%2Fu-boot.git board: qualcomm: phone: fix 'Dump bootargs' This menu option wasn't dumping /chosen, because no FDT addr had been set yet. Signed-off-by: Sam Day Link: https://patch.msgid.link/20260531-qcom-phoneconfig-fix-v1-1-110a1c542dc3@samcday.com Signed-off-by: Casey Connolly --- diff --git a/board/qualcomm/qcom-phone.env b/board/qualcomm/qcom-phone.env index e91ae3ecdfb..d1c586bd3fb 100644 --- a/board/qualcomm/qcom-phone.env +++ b/board/qualcomm/qcom-phone.env @@ -39,7 +39,7 @@ bootmenu_5=Reset device=reset bootmenu_6=Dump clocks=clk dump; pause bootmenu_7=Dump environment=printenv; pause bootmenu_8=Board info=bdinfo; pause -bootmenu_9=Dump bootargs=fdt print /chosen bootargs; pause +bootmenu_9=Dump bootargs=fdt addr $fdt_addr_r; fdt print /chosen bootargs; pause # Allow holding the volume down button while U-Boot loads to enter # the boot menu