summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-05-06 06:21:13 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-05-08 12:34:12 +0300
commitdc23c27aa5ac7672bc8206e0f46e9aceab1f0bb7 (patch)
tree3b94b3be3c3ad26ebdb52e9fbf48cb3a65e7a943 /arch/arm/cpu
parent93557bd260506c9965ad592d05b610268ab59a3f (diff)
downloadu-boot-dc23c27aa5ac7672bc8206e0f46e9aceab1f0bb7.tar.xz
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/armv8/start.S4
1 files changed, 0 insertions, 4 deletions
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 <asm/arch-rockchip/boot0.h>
-#else
#include <asm/arch/boot0.h>
-#endif
#else
b reset
#endif