Drop support for the --human-readable option. It's not any more useful than
the --dump option, it just means lots of additional work for no gain, IMO. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2872 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -381,7 +381,6 @@ static void probe_idregs_smsc_helper(uint16_t port, uint8_t idreg,
|
||||
chip_found = 1;
|
||||
|
||||
dump_superio((id == 0x77 ? "ASUS" : "SMSC"), reg_table, port, id);
|
||||
dump_superio_readable(port); /* TODO */
|
||||
|
||||
exit_conf_mode_smsc(port);
|
||||
}
|
||||
|
Reference in New Issue
Block a user