comment out reset in MB Config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2233 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9a791dffea
commit
b66f54ac6e
|
@ -45,7 +45,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
## ATI Rage XL framebuffering graphics driver
|
## ATI Rage XL framebuffering graphics driver
|
||||||
dir /drivers/ati/ragexl
|
dir /drivers/ati/ragexl
|
||||||
|
|
|
@ -45,7 +45,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
|
@ -92,7 +92,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
|
|
||||||
if USE_DCACHE_RAM
|
if USE_DCACHE_RAM
|
||||||
|
|
|
@ -41,7 +41,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
|
@ -41,7 +41,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
|
@ -42,7 +42,7 @@ driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
if HAVE_ACPI_TABLES object acpi_tables.o end
|
if HAVE_ACPI_TABLES object acpi_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
|
@ -45,7 +45,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
|
@ -45,7 +45,7 @@ arch i386 end
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
#object reset.o
|
||||||
|
|
||||||
##
|
##
|
||||||
## Romcc output
|
## Romcc output
|
||||||
|
|
Loading…
Reference in New Issue