From 0905e0f5a384f53bd1ac44a8f04fecf4144fc219 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 2000 12:39:07 +0000 Subject: 2000-09-12 Joel Sherrill * custom/mbx860_005b.cfg (make-target-options): Add lines to define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings may be incorrect but the BSP now compiles. --- make/ChangeLog | 6 ++++++ make/custom/mbx860_005b.cfg | 2 ++ 2 files changed, 8 insertions(+) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index 77541cac4d..cb0f3cb0e0 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,4 +1,10 @@ +2000-09-12 Joel Sherrill + + * custom/mbx860_005b.cfg (make-target-options): Add lines to + define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE. The settings + may be incorrect but the BSP now compiles. + 2000-09-05 Ralf Corsepius * custom/arm_bare_bsp.cfg: Fix comments. diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg index c588da453c..b06f46bc1f 100644 --- a/make/custom/mbx860_005b.cfg +++ b/make/custom/mbx860_005b.cfg @@ -21,6 +21,8 @@ define make-target-options @echo >>$@ @echo "#define CONSOLE_MINOR SMC1_MINOR" >>$@ @echo "#define UARTS_USE_INTERRUPTS 0" >>$@ + @echo "#define PRINTK_MINOR SMC1_MINOR" >>$@ + @echo "#define PRINTK_IO_MODE 0" >>$@ @echo "#define EPPCBUG_SMC1 1" >>$@ @echo "#define EPPCBUG_VECTORS 1" >>$@ @echo "#define INSTRUCTION_CACHE_ENABLE 1" >>$@ -- cgit v1.2.3