From b68d589126046e934be696d77e46957388bc1a7a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 26 Feb 2007 01:19:39 +0000 Subject: [PATCH] s/linuxbios/LinuxBIOS/ in a number of places (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@124 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 4 ++-- doc/design/stage1.c | 4 ++-- doc/design/stage2.c | 4 ++-- include/linuxbios_tables.h | 2 +- util/dtc/flattree.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 06970f178c..a123658ff1 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -25,7 +25,7 @@ SILENT := &> /dev/null # Build the final ROM image # -# These are the main linuxbios components. Do not change the order unless you +# These are the main LinuxBIOS components. Do not change the order unless you # know exactly what you are doing. # @@ -105,7 +105,7 @@ $(obj)/stage0.init: # -# This is the rest of linuxbios (v2: linuxbios_ram.rom) +# This is the rest of LinuxBIOS (v2: linuxbios_ram.rom) # Is this maybe platform independent, except for the "drivers"? # Where should it be built, maybe in device/ ? # diff --git a/doc/design/stage1.c b/doc/design/stage1.c index 85194dd446..d10cacf742 100644 --- a/doc/design/stage1.c +++ b/doc/design/stage1.c @@ -1,4 +1,4 @@ -/* the standard linuxbios include file has constant definitions, types and so on */ +/* the standard LinuxBIOS include file has constant definitions, types and so on */ #include #if 0 @@ -16,7 +16,7 @@ northbridge/amd/amdk8/setup_resource_map.c -- map of 18.1 device for routing #endif /* there is a global struct used by main, that is the dtb tree */ -/* it is built when the linuxbios image is built */ +/* it is built when the LinuxBIOS image is built */ /* it is linked in, as it is generated as a C struct */ extern struct dtb *dtb; diff --git a/doc/design/stage2.c b/doc/design/stage2.c index 861d43f3f1..e3c30e9e62 100644 --- a/doc/design/stage2.c +++ b/doc/design/stage2.c @@ -1,4 +1,4 @@ -/* the standard linuxbios include file has constant definitions, types and so on */ +/* the standard LinuxBIOS include file has constant definitions, types and so on */ #include /* support library code. */ @@ -20,7 +20,7 @@ northbridge/amd/amdk8/setup_resource_map.c -- map of 18.1 device for routing /* there is a global struct used by main, that is the dtb tree */ -/* it is built when the linuxbios image is built */ +/* it is built when the LinuxBIOS image is built */ /* it is linked in, as it is generated as a C struct */ extern struct dtb *dtb; diff --git a/include/linuxbios_tables.h b/include/linuxbios_tables.h index 32b941d94e..2b76b7492c 100644 --- a/include/linuxbios_tables.h +++ b/include/linuxbios_tables.h @@ -22,7 +22,7 @@ #include -/* The linuxbios table information is for conveying information +/* The LinuxBIOS table information is for conveying information * from the firmware to the loaded OS image. Primarily this * is expected to be information that cannot be discovered by * other means, such as quering the hardware directly. diff --git a/util/dtc/flattree.c b/util/dtc/flattree.c index dd6f1d7174..d8c47bcc9e 100644 --- a/util/dtc/flattree.c +++ b/util/dtc/flattree.c @@ -392,7 +392,7 @@ static struct emitter C_emitter = { }; -/* linuxbios static.c */ +/* LinuxBIOS static.c */ static void linuxbios_emit_cell(void *e, cell_t val) {