arm-trusted-firmware-mediatek: set HIDDEN=y
Hide arm-trusted-firmware-mediatek packages from interactive config. Exposing them only causes confusion and needed variants are anyway selected as dependencies by uboot-mediatek packages. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b61ecb7d75
commit
c55c56b3fd
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Trusted-Firmware-A/Default
|
define Trusted-Firmware-A/Default
|
||||||
BUILD_TARGET:=mediatek
|
BUILD_TARGET:=mediatek
|
||||||
TFA_IMAGE:=bl2.img bl31.bin
|
TFA_IMAGE:=bl2.img bl31.bin
|
||||||
|
HIDDEN:=y
|
||||||
BOOT_DEVICE:=
|
BOOT_DEVICE:=
|
||||||
DDR3_FLYBY:=
|
DDR3_FLYBY:=
|
||||||
DDR_TYPE:=
|
DDR_TYPE:=
|
||||||
|
|
Loading…
Reference in a new issue