commit | 3b754877425b791d5dd677854b6d40e45801a463 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Jan 01 19:13:26 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 18 08:31:02 2022 -0500 |
tree | ed3838af060e67dbcffd06df07f0938aed21b5e6 | |
parent | 8bbad14fe150a0125db14a64df488d1ed592c45d [diff] |
common: remove bedbug debugger support Commit 98f705c9cefd ("powerpc: remove 4xx support") removed (in 2017) the last code that made use of bedbug debugger support. Since there aren't any boards left that define either CONFIG_CMD_BEDBUG or a real bedbug_init(), drop this feature from u-boot. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Simon Glass <sjg@chromium.org>