diff options
Diffstat (limited to 'board/bmw')
-rw-r--r-- | board/bmw/ns16550.c | 2 | ||||
-rw-r--r-- | board/bmw/ns16550.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/bmw/ns16550.c b/board/bmw/ns16550.c index 7250591..be455bb 100644 --- a/board/bmw/ns16550.c +++ b/board/bmw/ns16550.c @@ -1,6 +1,6 @@ /* * COM1 NS16550 support - * originally from linux source (arch/ppc/boot/ns16550.c) + * originally from linux source (arch/powerpc/boot/ns16550.c) * modified to use CONFIG_SYS_ISA_MEM and new defines */ diff --git a/board/bmw/ns16550.h b/board/bmw/ns16550.h index 210aea4..8aa251d 100644 --- a/board/bmw/ns16550.h +++ b/board/bmw/ns16550.h @@ -1,6 +1,6 @@ /* * NS16550 Serial Port - * originally from linux source (arch/ppc/boot/ns16550.h) + * originally from linux source (arch/powerpc/boot/ns16550.h) * modified slightly to * have addresses as offsets from CONFIG_SYS_ISA_BASE * added a few more definitions |