From bf17bcc5b16edcdf679e362e578cde13736ac5bf Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 25 Aug 2019 12:03:24 -0400 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/brsmarc1_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/brsmarc1_defconfig') diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index 7882def964..23c08b8223 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -15,7 +15,6 @@ CONFIG_SPL=y CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y -CONFIG_TPL_SYS_MALLOC_F_LEN=0x0 # CONFIG_EXPERT is not set # CONFIG_FIT is not set CONFIG_OF_BOARD_SETUP=y -- cgit From 1ee774d20914fb89ad1b236aedb4178912f77c77 Mon Sep 17 00:00:00 2001 From: Hannes Schmelzer Date: Thu, 22 Aug 2019 15:41:46 +0200 Subject: Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig This converts the following to Kconfig: CONFIG_SYS_SPI_U_BOOT_OFFS Signed-off-by: Hannes Schmelzer [trini: Expose this for SPL_SPI_SUNXI for now] Signed-off-by: Tom Rini --- configs/brsmarc1_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/brsmarc1_defconfig') diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index 23c08b8223..8863a2d5cc 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -36,6 +36,7 @@ CONFIG_SPL_I2C_SUPPORT=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SPI_LOAD=y +CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set -- cgit