]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: zynqmp: Remove conditional check for bootmenu_default variable
authorJohn Vicky Vykuntapu <johnvicky.vykuntapu@amd.com>
Wed, 2 Oct 2024 11:15:17 +0000 (13:15 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 25 Oct 2024 12:10:31 +0000 (14:10 +0200)
commit2f8a471231be2907b06a54ab7504a2ab412e3804
tree3f6b7699fc872f696f2684eba0b59c35ba69a0cd
parent5550a152baf612ed8acecc11074f72c40b7c02c1
xilinx: zynqmp: Remove conditional check for bootmenu_default variable

As per bootmenu support added default boot options to CC on AMD CCs and
default to SOM on others.
However, if no secondary boot device is enabled in the design,it should
be the default boot option for SOM when combined with AMD CCs because it
only contains SOM peripherals.
To address this issue, The conditional check for the bootmenu_default
variable was removed, and it has always been set to SOM as the default
boot option.
In this way, users can choose preferred boot options from the bootmenu
based on the boot devices configured in the design for AMD CCs.

Fixes: 61bf0fa8663d ("xilinx: zynqmp: Add bootmenu support")
Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/0e30b44ce3b478fdec21edad8d896f4d438ce331.1727867715.git.michal.simek@amd.com
board/xilinx/zynqmp/zynqmp_kria.env