diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-12 23:04:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-12 23:04:29 +0000 |
commit | 3e1f524566dd89e5a7af424a06091e78c5a696da (patch) | |
tree | 9e1933a6caa17a92c5b767db7ec26f3f3a4ef451 /src/mainboard/kontron | |
parent | 5934b507d5dcac9063ce180e0fa46be4cc01d69c (diff) | |
download | coreboot-3e1f524566dd89e5a7af424a06091e78c5a696da.tar.xz |
move model_6ex car to a single file. No more .c files that only consist of a
single several pages long asm statement
Could use some renumbering of post codes, but that's good for another time.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5412 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/romstage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c index 247b5eb9af..d29b23bde7 100644 --- a/src/mainboard/kontron/986lcd-m/romstage.c +++ b/src/mainboard/kontron/986lcd-m/romstage.c @@ -359,9 +359,7 @@ static void early_ich7_init(void) // #include "lib/cbmem.c" -#include "cpu/intel/model_6ex/cache_as_ram_disable.c" - -void real_main(unsigned long bist) +void main(unsigned long bist) { u32 reg32; int boot_mode = 0; |