diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/cx700/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/via/cx700/Config.lb b/src/northbridge/via/cx700/Config.lb index f4e558033e..44299ba729 100644 --- a/src/northbridge/via/cx700/Config.lb +++ b/src/northbridge/via/cx700/Config.lb @@ -15,6 +15,8 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +uses HAVE_HIGH_TABLES + config chip.h object cx700_reset.o @@ -26,3 +28,4 @@ driver cx700_lpc.o driver cx700_sata.o driver cx700_vga.o +default HAVE_HIGH_TABLES=1 |