This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / sis / sis966 / sis966_enable_rom.c
index 0e54694a95be00340f75f784ed572f0dafd605ef..63ef6165631dca1e991bcfbf7b122a2294570908 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#if HT_CHAIN_END_UNITID_BASE < HT_CHAIN_UNITID_BASE
-       #define SIS966_DEVN_BASE        HT_CHAIN_END_UNITID_BASE
+#if CONFIG_HT_CHAIN_END_UNITID_BASE < CONFIG_HT_CHAIN_UNITID_BASE
+       #define SIS966_DEVN_BASE        CONFIG_HT_CHAIN_END_UNITID_BASE
 #else
-       #define SIS966_DEVN_BASE        HT_CHAIN_UNITID_BASE
+       #define SIS966_DEVN_BASE        CONFIG_HT_CHAIN_UNITID_BASE
 #endif
 
 static void sis966_enable_rom(void)