diff options
Diffstat (limited to 'include/configs/P1_P2_RDB.h')
| -rw-r--r-- | include/configs/P1_P2_RDB.h | 19 | 
1 files changed, 3 insertions, 16 deletions
| diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index df88b79bb..3ffdb1a02 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -148,24 +148,11 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_SYS_L2_SIZE		(512 << 10)  #define CONFIG_SYS_INIT_L2_END		(CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE) -/* - * Base addresses -- Note these are effective addresses where the - * actual resources get mapped (not physical addresses) - */ -#define CONFIG_SYS_CCSRBAR		0xffe00000	/* relocated CCSRBAR */ -#ifdef CONFIG_PHYS_64BIT -#define CONFIG_SYS_CCSRBAR_PHYS	0xfffe00000ull -#else -#define CONFIG_SYS_CCSRBAR_PHYS	CONFIG_SYS_CCSRBAR -#endif -							/* CCSRBAR */ -#define CONFIG_SYS_IMMR		CONFIG_SYS_CCSRBAR	/* PQII uses */ -							/* CONFIG_SYS_IMMR */ +#define CONFIG_SYS_CCSRBAR		0xffe00000 +#define CONFIG_SYS_CCSRBAR_PHYS_LOW	CONFIG_SYS_CCSRBAR  #if defined(CONFIG_RAMBOOT_NAND) && !defined(CONFIG_NAND_SPL) -#define CONFIG_SYS_CCSRBAR_DEFAULT	CONFIG_SYS_CCSRBAR -#else -#define CONFIG_SYS_CCSRBAR_DEFAULT	0xff700000      /* CCSRBAR Default */ +#define CONFIG_SYS_CCSR_DO_NOT_RELOCATE  #endif  /* DDR Setup */ |