Don't include option_table.h every time we include mc146818rtc.h, that was a
authorStefan Reinauer <stepan@coresystems.de>
Mon, 29 Mar 2010 23:01:35 +0000 (23:01 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 29 Mar 2010 23:01:35 +0000 (23:01 +0000)
commit8e726b7363365459ab07b6f68e579b15a3ea8693
tree19a317cad1f08f75e1f3a7284c9e5afbf8bf23d7
parent798ef2893c44ce3194c539c8c5db33d11e8edbac
Don't include option_table.h every time we include mc146818rtc.h, that was a
stupid idea. Instead include it where it is needed. And add some explicit
dependencies to it.

Also, error for missing IRQ_SLOT_COUNT for now, so we can fix up the boards.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5321 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/boot/Makefile.inc
src/arch/i386/boot/coreboot_table.c
src/arch/i386/include/arch/pirq_routing.h
src/include/pc80/mc146818rtc.h
src/pc80/Makefile.inc
src/pc80/mc146818rtc.c
src/pc80/mc146818rtc_early.c