mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) || defined(CONFIG_CMD_BEDBUG)
|
||||
#if defined(CONFIG_CMD_BEDBUG)
|
||||
|
||||
#include <linux/ctype.h>
|
||||
#include <bedbug/bedbug.h>
|
||||
@@ -1253,4 +1253,4 @@ int find_next_address (unsigned char *nextaddr, int step_over,
|
||||
* purpose.
|
||||
*/
|
||||
|
||||
#endif /* CONFIG_COMMANDS & CFG_CMD_BEDBUG */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user