cosmetic: config: Remove empty #ifdefs
After running tools/moveconfig.py it turned out that for various boards there are an empty #ifdef statements. Remove them to clean u-boot source code. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
6574931732
commit
f73c09e735
@ -19,10 +19,6 @@
|
|||||||
#define CONFIG_FEC_MXC
|
#define CONFIG_FEC_MXC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SPI FLASH */
|
|
||||||
#ifdef CONFIG_CMD_SF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Boot Linux */
|
/* Boot Linux */
|
||||||
#define CONFIG_BOOTFILE "uImage"
|
#define CONFIG_BOOTFILE "uImage"
|
||||||
#define CONFIG_BOOTCOMMAND "bootm"
|
#define CONFIG_BOOTCOMMAND "bootm"
|
||||||
|
@ -34,9 +34,6 @@
|
|||||||
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
|
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_SF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* max 4k env size is enough, but in case of nand
|
* max 4k env size is enough, but in case of nand
|
||||||
* it has to be rounded to sector size
|
* it has to be rounded to sector size
|
||||||
|
@ -37,9 +37,6 @@
|
|||||||
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
|
#define CONFIG_ENV_SECT_SIZE 0x10000 /* 64k */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_SF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* max 4k env size is enough, but in case of nand
|
* max 4k env size is enough, but in case of nand
|
||||||
* it has to be rounded to sector size
|
* it has to be rounded to sector size
|
||||||
|
@ -34,9 +34,6 @@
|
|||||||
|
|
||||||
/* SPI NOR Flash default params, used by sf commands */
|
/* SPI NOR Flash default params, used by sf commands */
|
||||||
|
|
||||||
#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Reserve 4 MB for malloc */
|
/* Reserve 4 MB for malloc */
|
||||||
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
|
#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user