mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 13:57:24 +00:00
sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later
config_distro_defaults.h which is include later will redefine CONFIG_CMD_NET, drop the useless / meaningless undef of it. While at also move the undef of CONFIG_CMD_FPGA up to directly under the include of config_cmd_defaults.h, to make it clear that it overwrites the setting done from config_cmd_defaults.h . Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
85a4455c51
commit
b9fb3b94cb
1 changed files with 1 additions and 3 deletions
|
@ -127,6 +127,7 @@
|
||||||
"bootm_size=0x10000000\0"
|
"bootm_size=0x10000000\0"
|
||||||
|
|
||||||
#include <config_cmd_default.h>
|
#include <config_cmd_default.h>
|
||||||
|
#undef CONFIG_CMD_FPGA
|
||||||
|
|
||||||
#define CONFIG_FAT_WRITE /* enable write access */
|
#define CONFIG_FAT_WRITE /* enable write access */
|
||||||
|
|
||||||
|
@ -166,9 +167,6 @@
|
||||||
#define CONFIG_SYS_SPL_MALLOC_START 0x4ff00000
|
#define CONFIG_SYS_SPL_MALLOC_START 0x4ff00000
|
||||||
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x00080000 /* 512 KiB */
|
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x00080000 /* 512 KiB */
|
||||||
|
|
||||||
#undef CONFIG_CMD_FPGA
|
|
||||||
#undef CONFIG_CMD_NET
|
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
#define CONFIG_SPL_I2C_SUPPORT
|
#define CONFIG_SPL_I2C_SUPPORT
|
||||||
#define CONFIG_SYS_I2C
|
#define CONFIG_SYS_I2C
|
||||||
|
|
Loading…
Add table
Reference in a new issue