From 08d9a1daf31acf92891252f1dbda77d24d7251a7 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 24 Apr 2003 03:27:19 +0000 Subject: [PATCH] Renamed main.c. --- src/mainboard/motorola/sandpoint/Config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/motorola/sandpoint/Config b/src/mainboard/motorola/sandpoint/Config index 2394089e3d..e6ad69729b 100644 --- a/src/mainboard/motorola/sandpoint/Config +++ b/src/mainboard/motorola/sandpoint/Config @@ -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. ## -object main.o +object hardwaremain.o object sandpoint.o 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 ## -expr _ROMBASE=0xff000000 +expr _ROMBASE=0xfff00000 ## ## SMP in the future?