From: Kever Yang Date: Mon, 6 May 2019 03:21:13 +0000 (+0800) Subject: arm: remove ARCH_ROCKCHIP macro in common code X-Git-Tag: v2025.01-rc5-pxa1908~2988^2~48 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=dc23c27aa5ac7672bc8206e0f46e9aceab1f0bb7;p=u-boot.git arm: remove ARCH_ROCKCHIP macro in common code This is fix to: e2a12f590d rockchip: use 'arch-rockchip' as header file path The V2 of origin patch set has fix this, but we merge V1 by mistake, so lets correct it. Signed-off-by: Kever Yang --- diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/cpu/armv8/start.S index ecee9e37a5..fe52166e28 100644 --- a/arch/arm/cpu/armv8/start.S +++ b/arch/arm/cpu/armv8/start.S @@ -26,11 +26,7 @@ _start: * order to boot, allow them to set that in their boot0.h file and then * use it here. */ -#ifdef CONFIG_ARCH_ROCKCHIP -#include -#else #include -#endif #else b reset #endif diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index 20f485142e..56f3681558 100644 --- a/arch/arm/lib/vectors.S +++ b/arch/arm/lib/vectors.S @@ -67,11 +67,7 @@ * (1) defines '_start:' as appropriate * (2) inserts the vector table using ARM_VECTORS as appropriate */ -#ifdef CONFIG_ARCH_ROCKCHIP -#include -#else #include -#endif #else /*