arm: remove ARCH_ROCKCHIP macro in common code
authorKever Yang <kever.yang@rock-chips.com>
Mon, 6 May 2019 03:21:13 +0000 (11:21 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:12 +0000 (17:34 +0800)
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>
arch/arm/cpu/armv8/start.S
arch/arm/lib/vectors.S

index ecee9e37a501e228d7bc3f450d37a387d37c8ed3..fe52166e28f08f637094dfb714bebe6bc2e529ad 100644 (file)
@@ -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
index 20f485142ef55c2d998eea59ec39fb836acef633..56f36815582b9e3492828e511e41fb951f33af72 100644 (file)
  *   (1) defines '_start:' as appropriate
  *   (2) inserts the vector table using ARM_VECTORS as appropriate
  */
-#ifdef CONFIG_ARCH_ROCKCHIP
-#include <asm/arch-rockchip/boot0.h>
-#else
 #include <asm/arch/boot0.h>
-#endif
 #else
 
 /*