remove the code which is not ready to release.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6264 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
752ab0d785
commit
a19c622c06
|
@ -23,8 +23,6 @@ config BOARD_AMD_SERENGETI_CHEETAH_FAM10
|
|||
bool "Serengeti Cheetah (Fam10)"
|
||||
config BOARD_AMD_TILAPIA_FAM10
|
||||
bool "Tilapia (Fam10)"
|
||||
config BOARD_AMD_BIMINI_FAM10
|
||||
bool "Bimini (Fam10)"
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -38,7 +36,6 @@ source "src/mainboard/amd/rumba/Kconfig"
|
|||
source "src/mainboard/amd/serengeti_cheetah/Kconfig"
|
||||
source "src/mainboard/amd/serengeti_cheetah_fam10/Kconfig"
|
||||
source "src/mainboard/amd/tilapia_fam10/Kconfig"
|
||||
source "src/mainboard/amd/bimini_fam10/Kconfig"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
|
|
|
@ -10,4 +10,3 @@ source src/southbridge/amd/rs690/Kconfig
|
|||
source src/southbridge/amd/sb600/Kconfig
|
||||
source src/southbridge/amd/rs780/Kconfig
|
||||
source src/southbridge/amd/sb700/Kconfig
|
||||
source src/southbridge/amd/cimx_wrapper/Kconfig
|
||||
|
|
|
@ -9,5 +9,4 @@ subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB700) += sb700
|
|||
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
|
||||
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
|
||||
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536
|
||||
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_WRAPPER) += cimx_wrapper
|
||||
|
||||
|
|
Loading…
Reference in New Issue