diff options
author | York Sun <york.sun@nxp.com> | 2016-12-01 13:32:46 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-02 08:52:34 -0800 |
commit | 4a1e6810a2c0e7879583cf4cca53476219dc5203 (patch) | |
tree | 36a637f8000a980b72c25c0782acc09dca341679 /include/configs/sbc8641d.h | |
parent | 830fc1bfe7c0c735c479804ce66c1c6a705260ee (diff) | |
download | u-boot-4a1e6810a2c0e7879583cf4cca53476219dc5203.zip u-boot-4a1e6810a2c0e7879583cf4cca53476219dc5203.tar.gz u-boot-4a1e6810a2c0e7879583cf4cca53476219dc5203.tar.bz2 |
powerpc: mpc86xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig option
Move default value definitions to Kconfig SYS_CCSRBAR_DEFAULT.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 2bd89f4..7c8ceb3 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -87,7 +87,6 @@ * 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 0xf8000000 /* relocated CCSRBAR */ #define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR /* PQII uses CONFIG_SYS_IMMR */ |