common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL
There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol CONFIG_SPL_ENV_SUPPORT to replace CONFIG_SPL_NET_SUPPORT for environment in common/Makefile. Signed-off-by: Ying Zhang <b40530@freescale.com> Reviewed-by: Tom Rini <trini@ti.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
@@ -426,6 +426,7 @@
|
||||
#define CONFIG_SPL_BSS_MAX_SIZE (64 << 10)
|
||||
|
||||
#define CONFIG_SPL_OS_BOOT
|
||||
#define CONFIG_SPL_ENV_SUPPORT
|
||||
/* Place patched DT blob (fdt) at this address */
|
||||
#define CONFIG_SYS_SPL_ARGS_ADDR 0x01800000
|
||||
|
||||
|
||||
@@ -355,6 +355,7 @@
|
||||
#define CONFIG_SPL_GPIO_SUPPORT
|
||||
#define CONFIG_SPL_YMODEM_SUPPORT
|
||||
#define CONFIG_SPL_NET_SUPPORT
|
||||
#define CONFIG_SPL_ENV_SUPPORT
|
||||
#define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL"
|
||||
#define CONFIG_SPL_ETH_SUPPORT
|
||||
#define CONFIG_SPL_SPI_SUPPORT
|
||||
|
||||
@@ -231,6 +231,7 @@
|
||||
#define CONFIG_SPL_GPIO_SUPPORT
|
||||
#define CONFIG_SPL_YMODEM_SUPPORT
|
||||
#define CONFIG_SPL_NET_SUPPORT
|
||||
#define CONFIG_SPL_ENV_SUPPORT
|
||||
#define CONFIG_SPL_NET_VCI_STRING "pcm051 U-Boot SPL"
|
||||
#define CONFIG_SPL_ETH_SUPPORT
|
||||
#define CONFIG_SPL_SPI_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user