[PATCH] board: qualcomm: phone: fix 'Dump bootargs'

Sam Day me at samcday.com
Sun May 31 08:40:59 CEST 2026


This menu option wasn't dumping /chosen, because no FDT addr had been
set yet.

Signed-off-by: Sam Day <me at samcday.com>
---
 board/qualcomm/qcom-phone.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

---
base-commit: 30b77f6aa146c96b831cb4ece038130b655b6a41
change-id: 20260531-qcom-phoneconfig-fix-a788b1c1538c

Best regards,
-- 
Sam Day <me at samcday.com>




More information about the U-Boot mailing list