summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-02-21 13:05:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-02-21 13:05:19 +0100
commita26eca758e2611f362682ecb48dd6bc23665738d (patch)
tree22fd699461fa00e2f3f672ed6adab3f5d475ae55 /arch/ppc
parent39050a4c665195c7a495fe1ae45100f44dc9ead2 (diff)
downloadbarebox-a26eca758e2611f362682ecb48dd6bc23665738d.tar.gz
barebox-a26eca758e2611f362682ecb48dd6bc23665738d.tar.xz
Make the early console device/baudrate configurable instead of using
hardcoded values
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/mach-mpc5xxx/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc5xxx/Kconfig b/arch/ppc/mach-mpc5xxx/Kconfig
index 632fb857f1..5da6a5b5b2 100644
--- a/arch/ppc/mach-mpc5xxx/Kconfig
+++ b/arch/ppc/mach-mpc5xxx/Kconfig
@@ -10,3 +10,6 @@ config MACH_PHYCORE_MPC5200B_TINY_REV
old board you should set this option to 1
endmenu
+
+config EARLY_CONSOLE_PORT
+ default "psc3" if MACH_PHYCORE_MPC5200B_TINY \ No newline at end of file