summaryrefslogtreecommitdiff
path: root/include/keyboard.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 19:13:06 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:04 (GMT)
commit7f825218dc3ca8c4f43ac288d800832d96d455f2 (patch)
tree8d6bfd36b9e70fcde74c29ba32de9120fd4d2f36 /include/keyboard.h
parent30411e7cfc5a54856536881b893439dc158023a9 (diff)
downloadu-boot-7f825218dc3ca8c4f43ac288d800832d96d455f2.tar.xz
powerpc: mpc8540: Remove macro CONFIG_MPC8540
Replace CONFIG_MPC8540 with ARCH_MPC8540 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/keyboard.h')
-rw-r--r--include/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keyboard.h b/include/keyboard.h
index 6725e48..e26f69e 100644
--- a/include/keyboard.h
+++ b/include/keyboard.h
@@ -98,7 +98,7 @@ extern int kbd_init_hw(void);
extern void pckbd_leds(unsigned char leds);
#endif /* !CONFIG_DM_KEYBOARD */
-#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || \
+#if defined(CONFIG_MPC5xxx) || defined(CONFIG_ARCH_MPC8540) || \
defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555)
int ps2ser_check(void);
#endif