mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-12 10:17:02 +02:00
ARM: UniPhier: remove unnecessary ifdef conditional
init_page_table is only set on SPL. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
490f55c4a6
commit
d4d45ead23
@ -17,11 +17,7 @@
|
|||||||
#define REG DEVICE /* IO Register: Device */
|
#define REG DEVICE /* IO Register: Device */
|
||||||
#define DDR DEVICE /* DDR SDRAM: Device */
|
#define DDR DEVICE /* DDR SDRAM: Device */
|
||||||
|
|
||||||
#ifdef CONFIG_SPL_BUILD
|
|
||||||
#define IS_SPL_TEXT_AREA(x) ((x) == ((CONFIG_SPL_TEXT_BASE) >> 20))
|
#define IS_SPL_TEXT_AREA(x) ((x) == ((CONFIG_SPL_TEXT_BASE) >> 20))
|
||||||
#else
|
|
||||||
#define IS_SPL_TEXT_AREA(x) ((x) == ((CONFIG_SYS_TEXT_BASE) >> 20))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IS_INIT_STACK_AREA(x) ((x) == ((CONFIG_SYS_INIT_SP_ADDR) >> 20))
|
#define IS_INIT_STACK_AREA(x) ((x) == ((CONFIG_SYS_INIT_SP_ADDR) >> 20))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user