commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=3f46e7a2aebc86c3f86aa33fdb9d0e4a1b422fcc branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/trunk
Signed-off-by: Sonic Zhang <sonic.zh...@analog.com> --- include/configs/bf609-ezkit.h | 13 +++++-------- include/configs/bfin_adi_common.h | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index 472b698..908a724 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -80,9 +80,9 @@ /* * Network Settings */ -#define ADI_CMDS_NETWORK 1 -#define CONFIG_NETCONSOLE 1 -#define CONFIG_NET_MULTI 1 +#define ADI_CMDS_NETWORK +#define CONFIG_NETCONSOLE +#define CONFIG_NET_MULTI #define CONFIG_HOSTNAME "bf609-ezkit" #define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_PORTS 1 @@ -94,8 +94,8 @@ #define CONFIG_ETHADDR 02:80:ad:20:31:e8 /* i2c Settings */ -#define CONFIG_BFIN_TWI_I2C 1 -#define CONFIG_HARD_I2C 1 +#define CONFIG_BFIN_TWI_I2C +#define CONFIG_HARD_I2C /* * Flash Settings @@ -168,9 +168,6 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_UART_CONSOLE 0 -#define CONFIG_DEBUG_DUMP 1 -#define CONFIG_KALLSYMS 1 - #define CONFIG_CMD_MEMORY #define CONFIG_CMD_SOFTSWITCH diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 4393d23..d3ae3a7 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -10,7 +10,7 @@ */ #ifndef _CONFIG_CMD_DEFAULT_H # include <config_cmd_default.h> -# if ADI_CMDS_NETWORK +# ifdef ADI_CMDS_NETWORK # define CONFIG_CMD_DHCP # define CONFIG_BOOTP_SUBNETMASK # define CONFIG_BOOTP_GATEWAY @@ -58,7 +58,7 @@ # endif # ifdef CONFIG_RTC_BFIN # define CONFIG_CMD_DATE -# if ADI_CMDS_NETWORK +# ifdef ADI_CMDS_NETWORK # define CONFIG_CMD_SNTP # endif # endif
_______________________________________________ U-Boot-commits mailing list U-Boot-commits@blackfin.uclinux.org https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits