diff options
author | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 08:20:54 +0000 |
commit | 132ba5fdc546084dfbebe4668a6e18f5da8eb407 (patch) | |
tree | 307c6b930e79fcd3c8543f3aac17b919192203be /board | |
parent | 11dadd547c08a3480ea153482e99c6ae70b73415 (diff) | |
download | u-boot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.zip u-boot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.gz u-boot-132ba5fdc546084dfbebe4668a6e18f5da8eb407.tar.bz2 |
* Patch by Pierre Aubert, 26 Feb 2004
add IDE support for MPC5200
* Patch by Masami Komiya, 26 Feb 2004:
add autoload via NFS
* Patch by Stephen Williams
Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
elsewhere in the source.
Diffstat (limited to 'board')
-rw-r--r-- | board/ns9750dev/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ns9750dev/led.c b/board/ns9750dev/led.c index ab27f7b..b85c869 100644 --- a/board/ns9750dev/led.c +++ b/board/ns9750dev/led.c @@ -23,7 +23,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA - * + * ***********************************************************************/ #ifdef CONFIG_STATUS_LED |