summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-17 00:36:51 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-17 00:36:51 +0200
commit463764c893a657124eb2818e3103a04171bcbda1 (patch)
tree2e24da02fc876602b2cb38e6e3b5f8f5fe6953df /Makefile
parentc72d9c528517e629e146ca9ce101a4888c45fac8 (diff)
downloadblackbird-obmc-uboot-463764c893a657124eb2818e3103a04171bcbda1.tar.gz
blackbird-obmc-uboot-463764c893a657124eb2818e3103a04171bcbda1.zip
Add debug console on COM12 for MCC200 board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 128ae59a06..4d579d9bd3 100644
--- a/Makefile
+++ b/Makefile
@@ -325,6 +325,7 @@ lite5200b_LOWBOOT_config: unconfig
mcc200_config \
mcc200_SDRAM \
mcc200_highboot \
+mcc200_COM12 \
mcc200_highboot_SDRAM: unconfig
@ >include/config.h
@[ -n "$(findstring highboot,$@)" ] || \
@@ -341,6 +342,10 @@ mcc200_highboot_SDRAM: unconfig
{ echo "#define CONFIG_MCC200_SDRAM" >>include/config.h ; \
echo "... with SDRAM" ; \
}
+ @[ -z "$(findstring COM12,$@)" ] || \
+ { echo "#define CONFIG_CONSOLE_COM12" >>include/config.h ; \
+ echo "... with console on COM12" ; \
+ }
@./mkconfig -a mcc200 ppc mpc5xxx mcc200
o2dnt_config:
OpenPOWER on IntegriCloud