From e91907a1464e5b79673c37f46dcb76d3c5b7c0c7 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 06:48:56 -0500 Subject: Convert CONFIG_ENV_OVERWRITE to Kconfig This converts the following to Kconfig: CONFIG_ENV_OVERWRITE Signed-off-by: Adam Ford [trini: Rerun migration, remove some comments] Signed-off-by: Tom Rini --- configs/am335x_sl50_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_sl50_defconfig') diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index a2013a170cb..2ffa8a34bae 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -42,6 +42,7 @@ CONFIG_CMD_SPI=y CONFIG_BOOTP_DNS2=y CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_CONTROL=y +CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y -- cgit v1.2.3 From 0c4a63438cf78b3c9a971347435ce34edbe1658d Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 08:09:44 -0500 Subject: Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig This converts the following to Kconfig: CONFIG_SPL_NAND_DRIVERS CONFIG_SPL_NAND_ECC CONFIG_SPL_NAND_SIMPLE Signed-off-by: Adam Ford --- configs/am335x_sl50_defconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/am335x_sl50_defconfig') diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 2ffa8a34bae..f15b5ccbeab 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -22,6 +22,11 @@ CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_FS_EXT4=y CONFIG_SPL_I2C_SUPPORT=y # CONFIG_SPL_NAND_SUPPORT is not set +CONFIG_SPL_MTD_SUPPORT=y +CONFIG_SPL_NAND_DRIVERS=y +CONFIG_SPL_NAND_ECC=y +CONFIG_SPL_NET_SUPPORT=y +CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" CONFIG_SPL_OS_BOOT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y -- cgit v1.2.3 From 38791064142776c635fa3279dde4990eaed5fe35 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 08:09:45 -0500 Subject: Convert CONFIG_SPL_NAND_BASE et al to Kconfig This converts the following to Kconfig: CONFIG_SPL_NAND_BASE CONFIG_SPL_NAND_IDENT Signed-off-by: Adam Ford --- configs/am335x_sl50_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_sl50_defconfig') diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index f15b5ccbeab..6a9555a32ae 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -25,6 +25,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_DRIVERS=y CONFIG_SPL_NAND_ECC=y +CONFIG_SPL_NAND_BASE=y CONFIG_SPL_NET_SUPPORT=y CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" CONFIG_SPL_OS_BOOT=y -- cgit v1.2.3 From 3275f26bb6cda9e24966423460e74281e1a71888 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 09:00:14 -0500 Subject: Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig This converts the following to Kconfig: CONFIG_BOOTP_SEND_HOSTNAME Signed-off-by: Adam Ford --- configs/am335x_sl50_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am335x_sl50_defconfig') diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 6a9555a32ae..66541c07bdb 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -53,6 +53,7 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_DM_MMC=y CONFIG_MMC_OMAP_HS=y -- cgit v1.2.3