diff mbox series

[Linaro-uefi,1/5] platforms.config: hikey: Change default TOS_BIN

Message ID 20180319064244.24344-2-victor.chong@linaro.org
State New
Headers show
Series Add support for ATF BL32_EXTRA1 and BL32_EXTRA2 | expand

Commit Message

Victor Chong March 19, 2018, 6:42 a.m. UTC
Now that most, if not all, Linaro builds have reverted to using
upstream ATF instead of one of the 96boards's forks, change the default
TOS_BIN value to match.

Signed-off-by: Victor Chong <victor.chong@linaro.org>
---
 platforms.config | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/platforms.config b/platforms.config
index 8d8c224..3d501cf 100644
--- a/platforms.config
+++ b/platforms.config
@@ -196,9 +196,11 @@  PACKAGES_PATH=OpenPlatformPkg/Platforms/AMD/Styx/Binary
 UEFI_BIN=STYX_ROM.fd
 UEFI_IMAGE_DIR=Cello
 
-# NOTE: If using upstream ATF, i.e.
-# https://github.com/ARM-software/arm-trusted-firmware
-# please set TOS_BIN=tee-pager.bin
+# NOTE: If using 96board's forks of ATF, i.e.
+# https://github.com/96boards-hikey/arm-trusted-firmware
+# or
+# https://github.com/96boards/arm-trusted-firmware
+# please set TOS_BIN=tee.bin
 [hikey]
 LONGNAME=CircuitCo HiKey
 DSC=OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dsc
@@ -207,7 +209,7 @@  UEFI_BIN=BL33_AP_UEFI.fd
 UEFI_IMAGE_DIR=HiKey
 BUILD_ATF=yes
 ATF_SPD=opteed
-TOS_BIN=tee.bin
+TOS_BIN=tee-pager.bin
 TOS_PLATFORM_FLAVOR=hikey
 BUILD_TOS=yes
 SCP_BIN=OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/mcuimage.bin