southbridge/amd/pi: Correct several path names
Change-Id: I247c17516cd06970185e271eccb78528a8de01c1 Signed-off-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-on: http://review.coreboot.org/8249 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
6b31431411
commit
fa2ec5e4a3
|
@ -172,7 +172,7 @@ config HUDSON_AHCI_ROM
|
|||
config AHCI_ROM_FILE
|
||||
string "AHCI ROM path and filename"
|
||||
depends on HUDSON_AHCI_ROM
|
||||
default "src/southbridge/amd/agesa/hudson/ahci.bin"
|
||||
default "src/southbridge/amd/pi/avalon/ahci.bin"
|
||||
|
||||
endif
|
||||
|
||||
|
@ -186,11 +186,11 @@ config RAID_ROM_ID
|
|||
|
||||
config RAID_ROM_FILE
|
||||
string "RAID ROM path and filename"
|
||||
default "src/southbridge/amd/agesa/hudson/raid.bin"
|
||||
default "src/southbridge/amd/pi/avalon/raid.bin"
|
||||
|
||||
config RAID_MISC_ROM_FILE
|
||||
string "RAID Misc ROM path and filename"
|
||||
default "src/southbridge/amd/agesa/hudson/misc.bin"
|
||||
default "src/southbridge/amd/pi/avalon/misc.bin"
|
||||
|
||||
config RAID_MISC_ROM_POSITION
|
||||
hex "RAID Misc ROM Position"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#
|
||||
#*****************************************************************************
|
||||
|
||||
INCLUDES += -Isrc/southbridge/amd/agesa/hudson
|
||||
INCLUDES += -Isrc/southbridge/amd/pi/avalon
|
||||
|
||||
romstage-y += smbus.c smbus_spd.c
|
||||
ramstage-y += hudson.c
|
||||
|
|
Loading…
Reference in New Issue