mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 16:01:27 +00:00
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>
This commit is contained in:
parent
93557bd260
commit
dc23c27aa5
2 changed files with 0 additions and 8 deletions
|
@ -26,11 +26,7 @@ _start:
|
||||||
* order to boot, allow them to set that in their boot0.h file and then
|
* order to boot, allow them to set that in their boot0.h file and then
|
||||||
* use it here.
|
* use it here.
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_ARCH_ROCKCHIP
|
|
||||||
#include <asm/arch-rockchip/boot0.h>
|
|
||||||
#else
|
|
||||||
#include <asm/arch/boot0.h>
|
#include <asm/arch/boot0.h>
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
b reset
|
b reset
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -67,11 +67,7 @@
|
||||||
* (1) defines '_start:' as appropriate
|
* (1) defines '_start:' as appropriate
|
||||||
* (2) inserts the vector table using ARM_VECTORS 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>
|
#include <asm/arch/boot0.h>
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue