mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_CMD_BEDBUG)
|
||||
|
||||
#include <linux/ctype.h>
|
||||
#include <bedbug/bedbug.h>
|
||||
#include <bedbug/ppc.h>
|
||||
@@ -1252,5 +1250,3 @@ int find_next_address (unsigned char *nextaddr, int step_over,
|
||||
* warranties of merchantability and fitness for a particular
|
||||
* purpose.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user