mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00: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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue