From 4a1e6810a2c0e7879583cf4cca53476219dc5203 Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 1 Dec 2016 13:32:46 -0800 Subject: powerpc: mpc86xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig option Move default value definitions to Kconfig SYS_CCSRBAR_DEFAULT. Signed-off-by: York Sun --- include/configs/xpedite517x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/xpedite517x.h') diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 6d957896e6..86bc1cfdf0 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -76,7 +76,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); * Base addresses -- Note these are effective addresses where the * actual resources get mapped (not physical addresses) */ -#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */ #define CONFIG_SYS_CCSRBAR 0xef000000 /* relocated CCSRBAR */ #define CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR -- cgit