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/mainboard/asus/a8n_e | |
parent | c72fcde2735c531f8d1e49778aaa4ac901c2bec3 (diff) | |
download | coreboot-7e61e45402aba2b90997f4f02ca8266cf65a229a.tar.xz |
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/mainboard/asus/a8n_e')
-rw-r--r-- | src/mainboard/asus/a8n_e/Config.lb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/cache_as_ram_auto.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/chip.h | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/get_bus_conf.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/irq_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/a8n_e/mptable.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/asus/a8n_e/Config.lb b/src/mainboard/asus/a8n_e/Config.lb index f19105e9d1..db635e52d4 100644 --- a/src/mainboard/asus/a8n_e/Config.lb +++ b/src/mainboard/asus/a8n_e/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 AMD ## (Written by Yinghai Lu <yinghailu@amd.com> for AMD) diff --git a/src/mainboard/asus/a8n_e/Options.lb b/src/mainboard/asus/a8n_e/Options.lb index e818e241c5..392c0bc1b4 100644 --- a/src/mainboard/asus/a8n_e/Options.lb +++ b/src/mainboard/asus/a8n_e/Options.lb @@ -1,5 +1,5 @@ ## -## This file is part of the LinuxBIOS project. +## This file is part of the coreboot project. ## ## Copyright (C) 2007 Philipp Degler <pdegler@rumms.uni-mannheim.de> ## (Thanks to LSRA University of Mannheim for their support) diff --git a/src/mainboard/asus/a8n_e/cache_as_ram_auto.c b/src/mainboard/asus/a8n_e/cache_as_ram_auto.c index 9c1e85b782..41af6ca528 100644 --- a/src/mainboard/asus/a8n_e/cache_as_ram_auto.c +++ b/src/mainboard/asus/a8n_e/cache_as_ram_auto.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 AMD * (Written by Yinghai Lu <yinghailu@amd.com> for AMD) diff --git a/src/mainboard/asus/a8n_e/chip.h b/src/mainboard/asus/a8n_e/chip.h index 5db2fd18bf..61a1b434e9 100644 --- a/src/mainboard/asus/a8n_e/chip.h +++ b/src/mainboard/asus/a8n_e/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 Philipp Degler <pdegler@rumms.uni-mannheim.de> * (Thanks to LSRA University of Mannheim for their support) diff --git a/src/mainboard/asus/a8n_e/get_bus_conf.c b/src/mainboard/asus/a8n_e/get_bus_conf.c index ab0ec842d5..3c1e4f77fd 100644 --- a/src/mainboard/asus/a8n_e/get_bus_conf.c +++ b/src/mainboard/asus/a8n_e/get_bus_conf.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 AMD * (Written by Yinghai Lu <yinghailu@amd.com> for AMD) diff --git a/src/mainboard/asus/a8n_e/irq_tables.c b/src/mainboard/asus/a8n_e/irq_tables.c index c0e32e731e..9ae15f8cba 100644 --- a/src/mainboard/asus/a8n_e/irq_tables.c +++ b/src/mainboard/asus/a8n_e/irq_tables.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 AMD * (Written by Yinghai Lu <yinghailu@amd.com> for AMD) diff --git a/src/mainboard/asus/a8n_e/mainboard.c b/src/mainboard/asus/a8n_e/mainboard.c index 2f84915681..f75e7aeac8 100644 --- a/src/mainboard/asus/a8n_e/mainboard.c +++ b/src/mainboard/asus/a8n_e/mainboard.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 Philipp Degler <pdegler@rumms.uni-mannheim.de> * (Thanks to LSRA University of Mannheim for their support) diff --git a/src/mainboard/asus/a8n_e/mptable.c b/src/mainboard/asus/a8n_e/mptable.c index 06ea158756..9f587eac51 100644 --- a/src/mainboard/asus/a8n_e/mptable.c +++ b/src/mainboard/asus/a8n_e/mptable.c @@ -1,5 +1,5 @@ /* - * This file is part of the LinuxBIOS project. + * This file is part of the coreboot project. * * Copyright (C) 2007 AMD * (Written by Yinghai Lu <yinghailu@amd.com> for AMD) |