From 2aa804fdccd978afc7ce4d7e5aa86cccc7e4d94e Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 23 Jul 2008 22:27:19 +0000 Subject: [PATCH] Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how it went missing.... Signed-off-by: Marc Jones Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3436 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/Options.lb b/src/config/Options.lb index bb5f5704d..0ed6a7d83 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 -- 2.25.1