diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:33:10 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 15:33:10 +0000 |
commit | 8df401db3bb6419c8fc9339dcc505332dff33bfe (patch) | |
tree | b340b49e0c8fe1388de86a02af6e59cf77107523 /util/flashrom/layout.c | |
parent | f8ee1806ac524bc782c93eccc59ee3c929abddb9 (diff) |
for some reasons the externals did not get committed.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3054 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r-- | util/flashrom/layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c index cbd8791cc5..3d24b25af6 100644 --- a/util/flashrom/layout.c +++ b/util/flashrom/layout.c @@ -46,7 +46,7 @@ int show_id(uint8_t *bios, int size) return 0; } - printf_debug("LinuxBIOS last image size " + printf_debug("coreboot last image size " "(not ROM size) is %d bytes.\n", *walk); walk--; @@ -57,7 +57,7 @@ int show_id(uint8_t *bios, int size) printf_debug("Mainboard ID: %s\n", mainboard_part); /* - * If lb_vendor is not set, the linuxbios table was + * If lb_vendor is not set, the coreboot table was * not found. Nor was -mVENDOR:PART specified */ |