diff options
| author | Sam Day <[email protected]> | 2026-05-31 06:40:59 +0000 |
|---|---|---|
| committer | Casey Connolly <[email protected]> | 2026-06-10 13:36:18 +0200 |
| commit | 688890d15cc7021a72ca9939e9eecaee6adea385 (patch) | |
| tree | 8740a8a43097b8105972f5a23f567f84477ab212 | |
| parent | 8a4c199aa4b9192f8a545793005b575292b5c5e7 (diff) | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | board/qualcomm/qcom-phone.env | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
