Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.
commit9f08c905aedd43fc2e5c70511f0c68500ed31748
authorKevin O'Connor <kevin@koconnor.net>
Sun, 10 Feb 2013 05:25:53 +0000 (10 00:25 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 13 Feb 2013 02:05:00 +0000 (12 21:05 -0500)
tree6d49dfadfb6a7f89c389950db4d3feaab7d21596
parent5dbf1732940f94771e0b3c45c0960940276bc263
Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.

There's no real gain to starting the device_hardware_setup in the
middle of the platform setup.  Always start it just prior to the VGA
rom.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/post.c