X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fkeyboard.h;h=5cbd9f8ba8918e6087f121c1167ce5e3be452d62;hb=f1a88cf6af6c474bcf53f8f2f32aea3af5419e7a;hp=6725e487bcb81d1b6c725b1535baf436bd0d4fe6;hpb=91f815450f2c96dcf0507653767c8ae27f54ea2c;p=oweals%2Fu-boot.git diff --git a/include/keyboard.h b/include/keyboard.h index 6725e487bc..5cbd9f8ba8 100644 --- a/include/keyboard.h +++ b/include/keyboard.h @@ -98,8 +98,8 @@ extern int kbd_init_hw(void); extern void pckbd_leds(unsigned char leds); #endif /* !CONFIG_DM_KEYBOARD */ -#if defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC8540) || \ - defined(CONFIG_MPC8541) || defined(CONFIG_MPC8555) +#if defined(CONFIG_MPC5xxx) || defined(CONFIG_ARCH_MPC8540) || \ + defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_ARCH_MPC8555) int ps2ser_check(void); #endif