Changeset 0905e0f in rtems


Ignore:
Timestamp:
09/12/00 12:39:07 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9fbf213
Parents:
e453d5c
Message:

2000-09-12 Joel Sherrill <joel@…>

  • 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.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    re453d5c r0905e0f  
     1
     22000-09-12      Joel Sherrill <joel@OARcorp.com>
     3
     4        * custom/mbx860_005b.cfg (make-target-options): Add lines to
     5        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
     6        may be incorrect but the BSP now compiles.
    17
    282000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • make/custom/mbx860_005b.cfg

    re453d5c r0905e0f  
    2222        @echo "#define CONSOLE_MINOR SMC1_MINOR"            >>$@
    2323        @echo "#define UARTS_USE_INTERRUPTS 0"              >>$@
     24        @echo "#define PRINTK_MINOR SMC1_MINOR"             >>$@
     25        @echo "#define PRINTK_IO_MODE 0"                    >>$@
    2426        @echo "#define EPPCBUG_SMC1 1"                      >>$@
    2527        @echo "#define EPPCBUG_VECTORS 1"                   >>$@
Note: See TracChangeset for help on using the changeset viewer.