diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 10:35:56 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 10:35:56 +0000 |
commit | 7e61e45402aba2b90997f4f02ca8266cf65a229a (patch) | |
tree | 6fb6fa92ca2ed1c637c6285223c66bedae783b90 /src/southbridge/amd/cs5530 | |
parent | c72fcde2735c531f8d1e49778aaa4ac901c2bec3 (diff) |
Please bear with me - another rename checkin. This qualifies as trivial, no
code is changed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5530')
-rw-r--r-- | src/southbridge/amd/cs5530/Config.lb | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cs5530/chip.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cs5530/cs5530.c | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cs5530/cs5530.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cs5530/cs5530_ide.c | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cs5530/cs5530_isa.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/southbridge/amd/cs5530/Config.lb b/src/southbridge/amd/cs5530/Config.lb index 5a98ee62a2..8028f756b3 100644 --- a/src/southbridge/amd/cs5530/Config.lb +++ b/src/southbridge/amd/cs5530/Config.lb @@ -1,5 +1,5 @@ ## -## This file is part of the LinuxBIOS project. +## This file is part of the coreboot project. ## ## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> ## diff --git a/src/southbridge/amd/cs5530/chip.h b/src/southbridge/amd/cs5530/chip.h index f7ce004530..92d64e49f9 100644 --- a/src/southbridge/amd/cs5530/chip.h +++ b/src/southbridge/amd/cs5530/chip.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * diff --git a/src/southbridge/amd/cs5530/cs5530.c b/src/southbridge/amd/cs5530/cs5530.c index 1e18c0671a..26ec1f7386 100644 --- a/src/southbridge/amd/cs5530/cs5530.c +++ b/src/southbridge/amd/cs5530/cs5530.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * diff --git a/src/southbridge/amd/cs5530/cs5530.h b/src/southbridge/amd/cs5530/cs5530.h index 1b60101128..df4f66bae0 100644 --- a/src/southbridge/amd/cs5530/cs5530.h +++ b/src/southbridge/amd/cs5530/cs5530.h @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * diff --git a/src/southbridge/amd/cs5530/cs5530_ide.c b/src/southbridge/amd/cs5530/cs5530_ide.c index 2885a46152..09906b78bc 100644 --- a/src/southbridge/amd/cs5530/cs5530_ide.c +++ b/src/southbridge/amd/cs5530/cs5530_ide.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * diff --git a/src/southbridge/amd/cs5530/cs5530_isa.c b/src/southbridge/amd/cs5530/cs5530_isa.c index aec7afa06c..3d41d52939 100644 --- a/src/southbridge/amd/cs5530/cs5530_isa.c +++ b/src/southbridge/amd/cs5530/cs5530_isa.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * |