mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Renamed main.c.
This commit is contained in:
parent
0ce38d95fe
commit
08d9a1daf3
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ nsuperio NSC/pc97307 com1={1} com2={1} floppy=0 lpt=1 keyboard=1 hwmonitor=1
|
||||||
##
|
##
|
||||||
## Build the objects we have code for in this directory.
|
## Build the objects we have code for in this directory.
|
||||||
##
|
##
|
||||||
object main.o
|
object hardwaremain.o
|
||||||
object sandpoint.o
|
object sandpoint.o
|
||||||
|
|
||||||
dir nvram
|
dir nvram
|
||||||
|
@ -88,7 +88,7 @@ expr PAYLOAD_SIZE =ROM_SECTION_SIZE - ROM_IMAGE_SIZE
|
||||||
##
|
##
|
||||||
## Compute where this copy of linuxBIOS will start in the boot rom
|
## Compute where this copy of linuxBIOS will start in the boot rom
|
||||||
##
|
##
|
||||||
expr _ROMBASE=0xff000000
|
expr _ROMBASE=0xfff00000
|
||||||
|
|
||||||
##
|
##
|
||||||
## SMP in the future?
|
## SMP in the future?
|
||||||
|
|
Loading…
Add table
Reference in a new issue