From bfb3127938edf672277ec745e1e2d7d5cad9dbff Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 16 Sep 2012 16:07:24 +0200 Subject: serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files Some of the boards using the mpc512x serial driver didn't properly define which PSC console to use. This caused breakage when building with CONFIG_SERIAL_MULTI enabled. Fix this by defining the default PSC console. Signed-off-by: Marek Vasut Cc: Marek Vasut Cc: Tom Rini Cc: Anatolij Gustschin Cc: Stefan Roese --- include/configs/mecp5123.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mecp5123.h') diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index b41bda9c64..cafc273c8c 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -222,6 +222,7 @@ * Serial console configuration */ #define CONFIG_PSC_CONSOLE 3 /* console is on PSC3 */ +#define CONFIG_SYS_PSC3 #if CONFIG_PSC_CONSOLE != 3 #error CONFIG_PSC_CONSOLE must be 3 #endif -- cgit v1.2.3