diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2009-09-18 19:08:46 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-09-24 12:04:59 -0500 |
commit | bd42bbb858dde713f023fc2e4f512ec174a1a8d2 (patch) | |
tree | 120ea9146a6864f26217724ca10a51948d8fdae9 /board/sbc8548 | |
parent | 002741ae862c1c7e3dad89d020e392e6add1c05d (diff) | |
download | u-boot-bd42bbb858dde713f023fc2e4f512ec174a1a8d2.tar.gz |
sbc8548: replace README with completely new document
The previous README.sbc8548 was pretty much content-free. Replace
it with something that actually gives the end user some relevant
hardware details, and also lists the u-boot configuration choices.
Also in the cosmetic department, fix the bogus line in the Makefile
that was carried over from the SBC8560 Makefile, and the typo in
the sbc8548.c copyright.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8548')
-rw-r--r-- | board/sbc8548/Makefile | 4 | ||||
-rw-r--r-- | board/sbc8548/sbc8548.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/board/sbc8548/Makefile b/board/sbc8548/Makefile index 9919a6efe0..09e5c2e18b 100644 --- a/board/sbc8548/Makefile +++ b/board/sbc8548/Makefile @@ -2,8 +2,8 @@ # (C) Copyright 2004-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # -# (C) Copyright 2004 Wind River Systems Inc <www.windriver.com>. -# Added support for Wind River SBC8560 board +# (C) Copyright 2007 Wind River Systems Inc <www.windriver.com>. +# Added support for Wind River SBC8548 board # # See file CREDITS for list of people who contributed to this # project. diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index e5b21b555e..4192eea8c3 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -1,5 +1,6 @@ /* - * Copyright 2007 Wind River Systemes, Inc. <www.windriver.com> + * Copyright 2007,2009 Wind River Systems, Inc. <www.windriver.com> + * * Copyright 2007 Embedded Specialties, Inc. * * Copyright 2004, 2007 Freescale Semiconductor. |