arm-trusted-firmware-sunxi: depend on sunxi target
The arm-trusted-firmware-sunxi package is only used by the Allwinner A64, so only make it selectable for its subtarget sunxi/cortexa53. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
670448a002
commit
6c32e05218
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ define Package/arm-trusted-firmware-sunxi
|
|||
SECTION:=boot
|
||||
CATEGORY:=Boot Loaders
|
||||
TITLE:=ARM Trusted Firmware for Allwinner
|
||||
DEPENDS:=@TARGET_sunxi_cortexa53
|
||||
endef
|
||||
|
||||
export GCC_HONOUR_COPTS=s
|
||||
|
|
Loading…
Reference in a new issue