summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-01-02 19:55:11 -0700
committerMartin Roth <martinroth@google.com>2017-01-12 18:38:26 +0100
commitf34ca46fa65e86e1b5706ab6dbce4c4e5c5f3323 (patch)
tree05091fe60c9fafd6c8666f4599ecfc223df0184c /src
parent6e4cb50420b7ddfecf9388e8a3b000ecb6855054 (diff)
downloadcoreboot-f34ca46fa65e86e1b5706ab6dbce4c4e5c5f3323.tar.gz
coreboot-f34ca46fa65e86e1b5706ab6dbce4c4e5c5f3323.tar.bz2
coreboot-f34ca46fa65e86e1b5706ab6dbce4c4e5c5f3323.zip
3rdparty: update arm-trusted-firmware submodule
Updated to arm-trusted-firmware TOT: 236c27d2 (Merge pull request #805 from Xilinx/zynqmp/addr_space_size) 183 commits between Sep 20, 2016 and January 10, 2017 - Also add associated change to src/soc/rockship/rk3399 Makefile.inc that is required to build the M0 Firmware. Change-Id: I49695f3287a742cd1fb603b890d124f60788f88f Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/18024 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/rockchip/rk3399/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc
index ceec7bc29f0d..8448ff242e20 100644
--- a/src/soc/rockchip/rk3399/Makefile.inc
+++ b/src/soc/rockchip/rk3399/Makefile.inc
@@ -76,7 +76,7 @@ ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += ../common/vop.c
ramstage-y += usb.c
ramstage-y += bl31_plat_params.c
-BL31_MAKEARGS += PLAT=rk3399
+BL31_MAKEARGS += PLAT=rk3399 M0_CROSS_COMPILE="$(CROSS_COMPILE_arm)"
################################################################################
CPPFLAGS_common += -Isrc/soc/rockchip/rk3399/include