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/flashrom.c | |
parent | f8ee1806ac524bc782c93eccc59ee3c929abddb9 (diff) | |
download | coreboot-8df401db3bb6419c8fc9339dcc505332dff33bfe.tar.xz |
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/flashrom.c')
-rw-r--r-- | util/flashrom/flashrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c index 27cf1fc0cf..9fde57d9ef 100644 --- a/util/flashrom/flashrom.c +++ b/util/flashrom/flashrom.c @@ -350,7 +350,7 @@ int main(int argc, char *argv[]) /* We look at the lbtable first to see if we need a * mainboard specific flash enable sequence. */ - linuxbios_init(); + coreboot_init(); /* try to enable it. Failure IS an option, since not all motherboards * really need this to be done, etc., etc. |