diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-13 07:33:55 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-13 07:33:55 +0000 |
commit | a5c8bb39b5ec7d971971a56ecf386a71a2bc5a32 (patch) | |
tree | 65cef9c27e7f696d8a641c3dc9950bd1c02c7982 /src/northbridge | |
parent | b6e03200a49d2f682633d102a193afc98e38594b (diff) | |
download | coreboot-a5c8bb39b5ec7d971971a56ecf386a71a2bc5a32.tar.xz |
Fix some conflicting types of variables
Remove the normal/* files from the image. they're just
copies of fallback/* anyway.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4541 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/amdk8/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 181f1c219a..a7e56d0e46 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -26,8 +26,8 @@ config AGP_APERTURE_SIZE default 0x4000000 config HAVE_HIGH_TABLES - int - default 1 + bool + default y -source src/northbridge/amd/amdk8/root_complex/Kconfig
\ No newline at end of file +source src/northbridge/amd/amdk8/root_complex/Kconfig |