google/pit: Don't spew output with GPIO config
There are hundreds of GPIOs on the Exynos5420. Don't always print all of them per default. BUG=none BRANCH=none TEST=Notice a much saner output on serial console Change-Id: Ie0749e2a7757fd06549918208c9d6e6366f1f2f9 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/55812 Reviewed-by: Ronald G. Minnich <rminnich@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@chromium.org>
This commit is contained in:
parent
d08b5ada66
commit
bcb646d693
1 changed files with 4 additions and 1 deletions
|
|
@ -201,6 +201,8 @@ static void mainboard_init(device_t dev)
|
|||
set_vbe_mode_info_valid(&edid, (uintptr_t)fb_addr);
|
||||
|
||||
lcd_vdd();
|
||||
|
||||
// FIXME: should timeout
|
||||
do {
|
||||
udelay(50);
|
||||
} while (!exynos_dp_hotplug());
|
||||
|
|
@ -228,7 +230,8 @@ static void mainboard_init(device_t dev)
|
|||
if (dp_tries > MAX_DP_TRIES)
|
||||
printk(BIOS_ERR, "%s: Failed to set up displayport\n", __func__);
|
||||
|
||||
gpio_info();
|
||||
// Uncomment to get excessive GPIO output:
|
||||
// gpio_info();
|
||||
}
|
||||
|
||||
static void mainboard_enable(device_t dev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue