Bugfix - Odroid C4 / HC4 boot map is wrong. It builds, but was not tested on HW yet

This commit is contained in:
Igor Pecovnik 2021-07-17 13:04:45 +00:00
parent cc606a8bb8
commit aa00194321

View File

@ -11,7 +11,7 @@ OVERLAY_PREFIX='meson'
# this family does not need it
ATF_COMPILE="no"
if [[ $BOARD == lafrite ]]; then
if [[ $BOARD == lafrite || $BOARD == odroid*c4 ]]; then
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin:u-boot.bin u-boot-dtb.img"
fi