From ee4b23c1e6b9249c0d9c02a6e4826605cd16832a Mon Sep 17 00:00:00 2001 From: Yusuke Goda Date: Mon, 13 Mar 2017 13:00:39 +0700 Subject: rcar-gen3: arm-trusted-firmware: Set RCAR_GEN3_ULCB to 1 for ULCB This commit is to add judge state for ULCB. If machine is ulcb, "RCAR_GEN3_ULCB=1" will be added to compile option. Change-Id: Ia05f33a4362c4a7a302c8c0fc5785415f27b15b5 Signed-off-by: Yusuke Goda Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- .../recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb index 950c570..8e3eb5d 100644 --- a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb +++ b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb @@ -16,11 +16,12 @@ SRCREV = "867d841913194f796f939068298925af1b5fa973" PV = "v1.3+renesas+git${SRCPV}" -COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb)" +COMPATIBLE_MACHINE = "(salvator-x|ulcb)" PLATFORM = "rcar" ATFW_OPT_LOSSY = "${@base_conditional("USE_MULTIMEDIA", "1", "RCAR_LOSSY_ENABLE=1", "", d)}" ATFW_OPT_r8a7795 = "LSI=H3 RCAR_DRAM_SPLIT=1 ${ATFW_OPT_LOSSY}" ATFW_OPT_r8a7796 = "LSI=M3 RCAR_DRAM_SPLIT=2 ${ATFW_OPT_LOSSY}" +ATFW_OPT_append_ulcb = " RCAR_GEN3_ULCB=1" # requires CROSS_COMPILE set by hand as there is no configure script export CROSS_COMPILE="${TARGET_PREFIX}" -- cgit 1.2.3-korg