This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / northbridge / via / cn700 / Config.lb
index b824a17b75108ac9cc5d202f4d721a12bad67645..e79e0e02e11c1473d26c03f738508f1e71fe48f7 100644 (file)
@@ -18,7 +18,7 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-uses HAVE_HIGH_TABLES
+uses CONFIG_HAVE_HIGH_TABLES
 
 config chip.h
 
@@ -28,4 +28,4 @@ driver northbridge.o
 driver agp.o
 driver vga.o
 
-default HAVE_HIGH_TABLES=1
+default CONFIG_HAVE_HIGH_TABLES=1