From 485c90c06bbb01f9ae3e5746836152ce5ea36c0f Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Sat, 1 Jan 2022 19:13:26 +0200 Subject: 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 Reviewed-by: Thomas Huth Reviewed-by: Simon Glass --- post/lib_powerpc/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'post') diff --git a/post/lib_powerpc/string.c b/post/lib_powerpc/string.c index fc460ce..0d8d280 100644 --- a/post/lib_powerpc/string.c +++ b/post/lib_powerpc/string.c @@ -26,7 +26,6 @@ extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3, ulong op4); -#include int cpu_post_test_string (void) { int ret = 0; -- cgit v1.1