diff options
author | Detlev Zundel <dzu@denx.de> | 2008-04-18 14:50:01 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-25 00:09:53 +0200 |
commit | a99715b8ebfc500f3f40e01b36b64d473938443d (patch) | |
tree | 66c88a53749d1d1299404890f59839cde0b8c9e0 /include/configs/mcc200.h | |
parent | 4acbc6c7f993cae409c424615415a3e76820f13d (diff) |
Realining some header definitions.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/configs/mcc200.h')
-rw-r--r-- | include/configs/mcc200.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h index a394b4b7c9d..a9c86f9e3f7 100644 --- a/include/configs/mcc200.h +++ b/include/configs/mcc200.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2006 + * (C) Copyright 2006-2008 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this @@ -155,8 +155,8 @@ "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \ ":${hostname}:${netdev}:off panic=1\0" \ "addcons=setenv bootargs ${bootargs} " \ - "console=${console},${baudrate} " \ - "ubootver=${ubootver} board=${board}\0" \ + "console=${console},${baudrate} " \ + "ubootver=${ubootver} board=${board}\0" \ "flash_nfs=run nfsargs addip addcons;" \ "bootm ${kernel_addr}\0" \ "flash_self=run ramargs addip addcons;" \ |