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:
5550043
)
tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig
author
Marek Vasut
<
[email protected]
>
Sat, 7 Apr 2018 14:05:46 +0000
(16:05 +0200)
committer
Tom Rini
<
[email protected]
>
Wed, 11 Apr 2018 17:22:05 +0000
(13:22 -0400)
Add Kconfig entry for CONFIG_TPL_SPI_LOAD symbol to match the SPL one.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
common/spl/Kconfig
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index 9697173b8336ab5d52ed575a6c3b3a4e09b34c57..d0e7d389bbcc72d9b93de73d3f523a0817ad84ed 100644
(file)
--- a/
common/spl/Kconfig
+++ b/
common/spl/Kconfig
@@
-922,6
+922,13
@@
config TPL_SPI_FLASH_SUPPORT
Enable support for using SPI flash in TPL. See SPL_SPI_FLASH_SUPPORT
for details.
+config TPL_SPI_LOAD
+ bool "Support loading from SPI flash"
+ depends on TPL_SPI_FLASH_SUPPORT
+ help
+ Enable support for loading next stage, U-Boot or otherwise, from
+ SPI NOR in U-Boot TPL.
+
config TPL_SPI_SUPPORT
bool "Support SPI drivers"
help