summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShantur Rathore <[email protected]>2023-11-19 16:54:58 +0000
committerTom Rini <[email protected]>2023-12-09 13:16:08 -0500
commitc5440a6ae85d0b68e511c1b0b81dc97a3df719e5 (patch)
treeb86903534244c10a3ccbf987d7e24f1800685817 /include
parent741d1e9d3f368908e3cd1861ddd707e81e1fd576 (diff)
bootflow: bootmeth_efi: Set bootp_arch as hex
bootmeth_efi sets up bootp_arch which is read later in bootp.c Currently bootp_arch is being set as integer string and being read in bootp.c as hex, this sends incorrect arch value to dhcp server which in return sends wrong file for network boot. For ARM64 UEFI Arch value is 0xb (11), here we set environment as 11 and later is read as 0x11 and 17 is sent to dhcp server. Setting it as hex string fixes the problem. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Shantur Rathore <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions