Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[oweals/u-boot.git] / include / configs / meson-gxbb-common.h
index 12a4dfce6b9673c2c4656e5543422ad559f04dff..14dac4a72962a8454a3656688098352f209a9248 100644 (file)
@@ -10,8 +10,7 @@
 
 #define CONFIG_CPU_ARMV8
 #define CONFIG_REMAKE_ELF
-#define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_ENV_IS_NOWHERE          1
+#define CONFIG_NR_DRAM_BANKS           2
 #define CONFIG_ENV_SIZE                        0x2000
 #define CONFIG_SYS_MAXARGS             32
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)
@@ -40,6 +39,7 @@
        func(MMC, mmc, 0) \
        func(MMC, mmc, 1) \
        func(MMC, mmc, 2) \
+       func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>