armada: Fix UBOOT_MACHINE

This commit is contained in:
Alexandre Bard 2018-06-28 11:53:00 +02:00 committed by Patrick Zysset
parent 196bb44e19
commit b6d66b2e26
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot"
KERNEL_IMAGETYPE = "zImage"
UBOOT_ARCH = "arm"
UBOOT_MACHINE = "mvebu"
UBOOT_MACHINE = "mvebu_db_armada8k_config"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"