diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-19 21:20:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-19 21:20:14 +0000 |
commit | bccbbe6b69077170335d14a0413a36ce5e76f493 (patch) | |
tree | 0594e96568b5cdcff8158d497c23b5318651be05 /src/northbridge/intel | |
parent | a05ddbc46d242760cb7e29426d7ca52efa12e0bb (diff) |
The same mechanisms are used for normal and fallback images.
Hence drop the FALLBACK_ prefix
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6204 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/i82810/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/i945/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/intel/sch/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/i82810/Kconfig b/src/northbridge/intel/i82810/Kconfig index 6d4e6c4e79..26b724440e 100644 --- a/src/northbridge/intel/i82810/Kconfig +++ b/src/northbridge/intel/i82810/Kconfig @@ -42,7 +42,7 @@ config VIDEO_MB default 1 if I810_VIDEO_MB_1MB depends on NORTHBRIDGE_INTEL_I82810 -config FALLBACK_VGA_BIOS_ID +config VGA_BIOS_ID string default "8086,7121" depends on NORTHBRIDGE_INTEL_I82810 diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig index 6a8d376e60..9ba47daf2c 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -27,7 +27,7 @@ config NORTHBRIDGE_INTEL_I945GM if NORTHBRIDGE_INTEL_I945GC || NORTHBRIDGE_INTEL_I945GM -config FALLBACK_VGA_BIOS_ID +config VGA_BIOS_ID string default "8086,27a2" diff --git a/src/northbridge/intel/sch/Kconfig b/src/northbridge/intel/sch/Kconfig index 3c9115e99e..43a0993930 100644 --- a/src/northbridge/intel/sch/Kconfig +++ b/src/northbridge/intel/sch/Kconfig @@ -23,7 +23,7 @@ config NORTHBRIDGE_INTEL_SCH if NORTHBRIDGE_INTEL_SCH -config FALLBACK_VGA_BIOS_ID +config VGA_BIOS_ID string default "8086,8108" endif |