armada: Fix UBOOT_MACHINE
This commit is contained in:
parent
196bb44e19
commit
b6d66b2e26
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue