diff options
author | Marc Jones <marc.jones@amd.com> | 2008-07-23 22:27:19 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2008-07-23 22:27:19 +0000 |
commit | 2aa804fdccd978afc7ce4d7e5aa86cccc7e4d94e (patch) | |
tree | 05d0cbec5326fa9be4dc20ed5e0de29a9af01e42 /src/config/Options.lb | |
parent | 35b53616366326bf39ece92109e0c66f03b2ef11 (diff) | |
download | coreboot-2aa804fdccd978afc7ce4d7e5aa86cccc7e4d94e.tar.xz |
Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how it
went missing....
Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Marc Jones <marc.jones@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3436 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index bb5f5704d5..0ed6a7d830 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1065,7 +1065,8 @@ define AMD_UCODE_PATCH_FILE default none export used format "\"%s\"" - comment "name of the micorcode patch file" + comment "name of the microcode patch file" +end define CONFIG_VIDEO_MB default none |