]> Git Repo - J-u-boot.git/commit
cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()
authorBin Meng <[email protected]>
Tue, 23 Jun 2020 06:50:50 +0000 (23:50 -0700)
committerHeinrich Schuchardt <[email protected]>
Wed, 24 Jun 2020 14:50:15 +0000 (16:50 +0200)
commitb1c272d18b50fae1465a8049d5b2802fcc424106
treeb8c72e0914c78853ee42bf1186df9d86c954e73f
parent4ff63383e3497389e66cf70943a83bdb1810462a
cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()

Variable fdt_size should be of type 'fdt_size_t', not 'fdt_addr_t'.

Fixes 0d7c2913fdf7: ("cmd: bootefi: Honor the address & size cells properties correctly")
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
cmd/bootefi.c
This page took 0.034178 seconds and 4 git commands to generate.