Gateway GZ80X: use actual u-boot.bin
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
This commit is contained in:
parent
5224c5b168
commit
9680254722
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user