f5bb4771de
Kconfig leaked XIP_ROM_SIZE to other platforms and also defined obsolete option XIP_ROM_BASE. Alias AMD_AGESA as NORTHBRIDGE_AMD_AGESA. Break the circular dependency with family15 Kconfig. Change-Id: Ic7891012220e1bef758a5a39002b66971d5206e3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/773 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
8 lines
325 B
Makefile
8 lines
325 B
Makefile
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AMDFAM10) += amdfam10
|
|
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AMDK8) += amdk8
|
|
subdirs-$(CONFIG_NORTHBRIDGE_AMD_GX1) += gx1
|
|
subdirs-$(CONFIG_NORTHBRIDGE_AMD_GX2) += gx2
|
|
subdirs-$(CONFIG_NORTHBRIDGE_AMD_LX) += lx
|
|
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA) += agesa
|
|
|
|
subdirs-$(CONFIG_AMD_NB_CIMX) += cimx
|