diff mbox series

[U-Boot,2/2] work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option

Message ID 20180917185637.16068-3-vz@mleia.com
State Accepted
Commit 578f76cfda5d00d406c115358c90cd4f51750bac
Delegated to: Tom Rini
Headers show
Series work_92105: remove a couple of unused config options | expand

Commit Message

Vladimir Zapolskiy Sept. 17, 2018, 6:56 p.m. UTC
The option is unused, SPL image gets a wanted boot device by standard
spl_boot_device() call.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
 include/configs/work_92105.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 20, 2018, 7:11 p.m. UTC | #1
On Mon, Sep 17, 2018 at 09:56:37PM +0300, Vladimir Zapolskiy wrote:

> The option is unused, SPL image gets a wanted boot device by standard
> spl_boot_device() call.
> 
> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index 471b3f48616f..67b5e9aa1131 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -146,7 +146,6 @@ 
 /* SPL will load U-Boot from NAND offset 0x40000 */
 #define CONFIG_SPL_NAND_DRIVERS
 #define CONFIG_SPL_NAND_BASE
-#define CONFIG_SPL_NAND_BOOT
 #define CONFIG_SYS_NAND_U_BOOT_OFFS  0x00040000
 #define CONFIG_SPL_PAD_TO 0x20000
 /* U-Boot will be 0x40000 bytes, loaded and run at CONFIG_SYS_TEXT_BASE */