From 396286a914934cda2a70d63b299796e3b8601672 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 Oct 1998 16:23:45 +0000 Subject: Patch from Eric Norum. --- c/src/lib/libbsp/m68k/gen68360/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68360/README') diff --git a/c/src/lib/libbsp/m68k/gen68360/README b/c/src/lib/libbsp/m68k/gen68360/README index bb7cde0d99..7938e70895 100644 --- a/c/src/lib/libbsp/m68k/gen68360/README +++ b/c/src/lib/libbsp/m68k/gen68360/README @@ -19,17 +19,19 @@ # # This board support package works with several different versions of -# MC68360 systems. The choice of hardware is made at the final link-edit -# phase by setting the Makefile CLAGS_LD definition appropriately. +# MC68360 systems. See the conditional-compile tests in startup/init68360.c +# for examples. # # Decisions made at compile time include: # - If the CPU is a member of the 68040 family, the BSP is # compiled for a generic 68040/68360 system as described -# in Chapter 9 of the MC68360 User's Manual. +# in Chapter 9 of the MC68360 User's Manual. This version +# can be used with the Arnewsh SBC360 card. # - If the preprocessor symbol M68360_ATLAS_HSB is defined, # the BSP is compiled for an Atlas HSB card. # - Otherwise, the BSP is compiled for a generic 68360 system -# as described in Chapter 9 of the MC68360 User's Manual. +# as described in Chapter 9 of the MC68360 User's Manual. This +# version works with the Atlas ACE360 card. # # Decisions to be made a link-edit time are: # - The size of the memory allocator heap. The default value is -- cgit v1.2.3