diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-01 19:06:32 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-01 19:06:32 +0000 |
commit | 6e565947a554b9145ae5afdc307a6b842bc09883 (patch) | |
tree | 1063717ec48d42bf238cc0241e64495042706af9 /util/lxbios/layout_file.h | |
parent | eec5ff4ccb48a640e8a289f1faabee4ff2587005 (diff) | |
download | coreboot-6e565947a554b9145ae5afdc307a6b842bc09883.tar.xz |
Rename lxbios to nvramtool.
This is step 1 in a three-step commit:
1. Apply patch, commit.
2. Rename some files:
$ svn mv lxbios.c nvramtool.c
$ svn mv lxbios.1 nvramtool.c
$ svn mv lxbios.spec nvramtool.spec
$ svn ci
3. Rename lxbios directory:
$ svn mv lxbios/ nvramtool/
$ svn ci
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3122 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/lxbios/layout_file.h')
-rw-r--r-- | util/lxbios/layout_file.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/lxbios/layout_file.h b/util/lxbios/layout_file.h index d9cc9887b4..3f4f3faf65 100644 --- a/util/lxbios/layout_file.h +++ b/util/lxbios/layout_file.h @@ -8,9 +8,9 @@ * UCRL-CODE-2003-012 * All rights reserved. * - * This file is part of lxbios, a utility for reading/writing coreboot + * This file is part of nvramtool, a utility for reading/writing coreboot * parameters and displaying information from the coreboot table. - * For details, see http://coreboot.org/Lxbios. + * For details, see http://coreboot.org/nvramtool. * * Please also read the file DISCLAIMER which is included in this software * distribution. @@ -29,8 +29,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. \*****************************************************************************/ -#ifndef LXBIOS_LAYOUT_FILE_H -#define LXBIOS_LAYOUT_FILE_H +#ifndef LAYOUT_FILE_H +#define LAYOUT_FILE_H #include "common.h" #include "coreboot_tables.h" @@ -39,4 +39,4 @@ void set_layout_filename (const char filename[]); void get_layout_from_file (void); void write_cmos_layout (FILE *f); -#endif /* LXBIOS_LAYOUT_FILE_H */ +#endif /* LAYOUT_FILE_H */ |