Gateway GZ80X: use actual u-boot.bin

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
This commit is contained in:
Patrick Yavitz 2024-08-14 03:18:39 -04:00 committed by c0rnelius
parent 5224c5b168
commit 9680254722

View File

@ -9,6 +9,9 @@
# shellcheck source=config/sources/families/include/meson64_common.inc
source "${BASH_SOURCE%/*}/include/meson64_common.inc"
if [[ "$BOARD" == "gateway-gz80x" ]]; then
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin u-boot-dtb.img"
fi
uboot_custom_postprocess() {
if [[ "$BOARD" == "gateway-gz80x" ]]; then