diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-07 22:10:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-10 01:15:21 +0100 |
commit | be3da900cdac3640398ed60f62bb445269aa8b50 (patch) | |
tree | 22f353dbe6e4d3fb4a28b487b6c575c19d3384bc /package/boot | |
parent | 9f3f61a0d968fbe7b93899f948f3c34612683ba6 (diff) | |
download | upstream-be3da900cdac3640398ed60f62bb445269aa8b50.tar.gz upstream-be3da900cdac3640398ed60f62bb445269aa8b50.tar.bz2 upstream-be3da900cdac3640398ed60f62bb445269aa8b50.zip |
mvebu: Add subtarget for Cortex A9 build
This is in preparation for adding a subtarget for the Cortex A53 later.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 2c280faa21..53abcafda0 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -24,6 +24,7 @@ endef define U-Boot/clearfog NAME:=SolidRun ClearFog A1 BUILD_DEVICES:=armada-388-clearfog-base armada-388-clearfog-pro + BUILD_SUBTARGET:=cortexa9 UBOOT_IMAGE:=u-boot-spl.kwb endef |