From 1bf330150c2a34af797cafa5a09722a2fc4ae233 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Wed, 14 Aug 2019 08:29:25 -0500 Subject: Convert CONFIG_ARCH_CPU_INIT to Kconfig This converts the following to Kconfig: CONFIG_ARCH_CPU_INIT Signed-off-by: Adam Ford Acked-by: Chris Packham Tested-by: Felix Brack --- configs/pm9261_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/pm9261_defconfig') diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index cd4326d417..e75edbe2e2 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_AT91=y CONFIG_SYS_TEXT_BASE=0 CONFIG_TARGET_PM9261=y -- cgit From c680df7e84d3736ada08e4f0caa5a8b770e781ee Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 22 Aug 2019 12:28:04 +0200 Subject: mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig Convert CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig, update defconfigs, headers and whitelist. Please note that this symbol already was used in Kconfig (imply in CONFIG_NAND_ATMEL) which did not work, since this symbol was not available in Kconfig. This changes now with this patch and all boards with CONFIG_NAND_ATMEL will have BBT enabled. Which is what I also need on my GARDENA AT91SAM based board. Signed-off-by: Stefan Roese Cc: Eugen Hristev Cc: Miquel Raynal Cc: Gregory CLEMENT [trini: Rework such that the configs are unchanged to start with] Signed-off-by: Tom Rini --- configs/pm9261_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/pm9261_defconfig') diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index e75edbe2e2..d087699f13 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -44,6 +44,7 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y CONFIG_NAND=y +# CONFIG_SYS_NAND_USE_FLASH_BBT is not set CONFIG_NAND_ATMEL=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y -- cgit