If the memory mapped UART isn't present, leave it out of the cb tables.
authorGabe Black <gabeblack@google.com>
Wed, 5 Oct 2011 08:57:03 +0000 (01:57 -0700)
committerPatrick Georgi <patrick@georgi-clan.de>
Sat, 10 Mar 2012 07:58:19 +0000 (08:58 +0100)
commit32829caf40e12974a11cb470c4da1e9a04971f76
treef5dc736b03a82434d028c61431f71252b137e394
parentd7a75ece8581d958bbf95ebbecc074e1cf27d791
If the memory mapped UART isn't present, leave it out of the cb tables.

This way u-boot won't try to use a UART that isn't plugged in.

Change-Id: I9a3a0d074dd03add8afbd4dad836c4c6a05abe6f
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/729
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
src/arch/x86/boot/coreboot_table.c