]> git.baikalelectronics.ru Git - uboot.git/commit
part: efi: Fix offset
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 23 Aug 2017 14:01:30 +0000 (16:01 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 15:04:47 +0000 (11:04 -0400)
commit26587b4905b8eb4c4aea6960fba4a43fcd28f3bd
tree24ebb69075a1086ea7ff6c6fadf04572f02538d7
parentd3c07080bbf4b350a2473bdbeed7ece0a6e39ae6
part: efi: Fix offset

Both the config option and the DT options specify the offset to set the GPT
at in bytes, yet the code treats those values as block numbers.

Fix that.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
disk/part_efi.c