summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-21 03:22:40 +0300
committerTom Rini <trini@konsulko.com>2022-10-31 18:01:31 +0300
commit3e62adc497edbe5e884ebb59f2692cedfeb5887c (patch)
treef00b8fe05dabff4bc335e93c01a479a64233b31a /common
parent984639039f4cfe32ec2cc531d6ace05326ac49eb (diff)
downloadu-boot-3e62adc497edbe5e884ebb59f2692cedfeb5887c.tar.xz
disk: Drop debug messages in part_efi
This is monstrously verbose when something goes wrong. It should work by recording the problem and reporting it (once) at the command level. At present it sometimes outputs hundreds of lines of CRC mismatches. For now, just silence it all. GUID Partition Table Entry Array CRC is wrong: 0xaebfebf2 != 0xc916f712 find_valid_gpt: *** ERROR: Invalid GPT *** find_valid_gpt: *** Using Backup GPT *** GUID Partition Table Entry Array CRC is wrong: 0xaebfebf2 != 0xc916f712 find_valid_gpt: *** ERROR: Invalid GPT *** find_valid_gpt: *** Using Backup GPT *** ... While we are error, remove the '*** ERROR: ' text as it is already clear that this is unexpected Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions