diff options
author | Zheng Bao <zheng.bao@amd.com> | 2011-01-18 09:34:31 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2011-01-18 09:34:31 +0000 |
commit | a19c622c060831a5414cb9b0929e622cf894b58b (patch) | |
tree | 0f70aeaf72484c757ffe8612f31e9e37dee113c0 /src/southbridge/amd | |
parent | 752ab0d785178869492b4cf90af69d8c9d14aa7b (diff) |
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
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/amd/Makefile.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/Kconfig b/src/southbridge/amd/Kconfig index 302ae36124..59b072ac79 100644 --- a/src/southbridge/amd/Kconfig +++ b/src/southbridge/amd/Kconfig @@ -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 diff --git a/src/southbridge/amd/Makefile.inc b/src/southbridge/amd/Makefile.inc index 1b91fd8698..9a7f87ca55 100644 --- a/src/southbridge/amd/Makefile.inc +++ b/src/southbridge/amd/Makefile.inc @@ -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 |