raspberrypi*: Define ARMSTUB for all machines

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2019-07-19 19:33:36 +01:00
parent c99fe712d6
commit 0d641c8fa9
9 changed files with 17 additions and 0 deletions
+2
View File
@@ -31,3 +31,5 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image"
# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
KERNEL_IMAGETYPE_DIRECT ?= "Image"
KERNEL_BOOTCMD ?= "booti"
ARMSTUB ?= "armstub8.bin"