From dc23c27aa5ac7672bc8206e0f46e9aceab1f0bb7 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 6 May 2019 11:21:13 +0800 Subject: 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 --- arch/arm/lib/vectors.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/arm/lib') diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index 20f485142ef..56f36815582 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 /* -- cgit v1.2.3