From d48536e2f92d47ebb92cf12b35133c3be2d0e459 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 31 Dec 2018 15:57:11 +0100 Subject: [PATCH] rcar_gen3: plat: Enable programmable CPU reset address The reset address is programmable on the R-Car Gen3, enable it. Signed-off-by: Marek Vasut --- plat/renesas/rcar/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/renesas/rcar/platform.mk b/plat/renesas/rcar/platform.mk index efecc8011..b897601e8 100644 --- a/plat/renesas/rcar/platform.mk +++ b/plat/renesas/rcar/platform.mk @@ -4,7 +4,7 @@ # SPDX-License-Identifier: BSD-3-Clause # -PROGRAMMABLE_RESET_ADDRESS := 0 +PROGRAMMABLE_RESET_ADDRESS := 1 COLD_BOOT_SINGLE_CPU := 1 ARM_CCI_PRODUCT_ID := 500 TRUSTED_BOARD_BOOT := 1