projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61eb286
)
work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option
author
Vladimir Zapolskiy
<vz@mleia.com>
Mon, 17 Sep 2018 18:56:37 +0000
(21:56 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Oct 2018 16:56:58 +0000
(12:56 -0400)
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
patch
|
blob
|
history
diff --git
a/include/configs/work_92105.h
b/include/configs/work_92105.h
index 471b3f48616f43ef313b13e903f17e5b9b104a9b..67b5e9aa11317fecb73f06711df03a34a358d182 100644
(file)
--- 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 */