diff options
author | Gustavo Pimentel <gustavo.pimentel@synopsys.com> | 2018-08-21 17:55:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-21 23:18:16 +0200 |
commit | a0e26eaa51c4119ca66a376a8ff7ca8f0d0392eb (patch) | |
tree | 32480199407df2ab68b07aa81cb577bbf7e272b0 | |
parent | 4ddc039d0c044b3e574390ba27eb06ed0e845d2b (diff) | |
download | buildroot-a0e26eaa51c4119ca66a376a8ff7ca8f0d0392eb.tar.gz buildroot-a0e26eaa51c4119ca66a376a8ff7ca8f0d0392eb.zip |
configs/arm_juno: bump ATF to v1.4
Update to ATF v1.4 (tested on the actual hardware).
Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | configs/arm_juno_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/arm_juno_defconfig b/configs/arm_juno_defconfig index 98f257387d..5832986779 100644 --- a/configs/arm_juno_defconfig +++ b/configs/arm_juno_defconfig @@ -12,7 +12,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/juno arm/juno-r1 arm/juno-r2" BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/ARM-software/arm-trusted-firmware.git" -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v1.3" +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v1.4" BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="juno" BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y |