powerpc: mpc8541: Remove macro CONFIG_MPC8541
Replace CONFIG_MPC8541 with ARCH_MPC8541 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#define CONFIG_BOOKE 1 /* BOOKE */
|
||||
#define CONFIG_E500 1 /* BOOKE e500 family */
|
||||
#define CONFIG_CPM2 1 /* has CPM2 */
|
||||
#define CONFIG_MPC8541 1 /* MPC8541 specific */
|
||||
#define CONFIG_MPC8541CDS 1 /* MPC8541CDS board specific */
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0xfff80000
|
||||
|
||||
@@ -99,7 +99,7 @@ extern void pckbd_leds(unsigned char leds);
|
||||
#endif /* !CONFIG_DM_KEYBOARD */
|
||||
|
||||
#if defined(CONFIG_MPC5xxx) || defined(CONFIG_ARCH_MPC8540) || \
|
||||
defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
|
||||
defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_MPC8555)
|
||||
int ps2ser_check(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user