summaryrefslogtreecommitdiffstats
path: root/include/configs/mpc5121ads.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-09-16 16:07:24 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:49 -0700
commitbfb3127938edf672277ec745e1e2d7d5cad9dbff (patch)
treed440c456b06599f70c9ee9208052ed25e153c981 /include/configs/mpc5121ads.h
parent4808f106d2af3682f3ee8ad7c6a36d73cfb7a80e (diff)
downloadtalos-obmc-uboot-bfb3127938edf672277ec745e1e2d7d5cad9dbff.tar.gz
talos-obmc-uboot-bfb3127938edf672277ec745e1e2d7d5cad9dbff.zip
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 <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com> Cc: Anatolij Gustschin <agust@denx.de> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/mpc5121ads.h')
-rw-r--r--include/configs/mpc5121ads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h
index 9d1327fada..3f55d354ef 100644
--- a/include/configs/mpc5121ads.h
+++ b/include/configs/mpc5121ads.h
@@ -290,6 +290,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
OpenPOWER on IntegriCloud