projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e915d20
)
mtd: sunxi: Select the U-Boot location config option
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 27 Feb 2017 17:22:08 +0000
(18:22 +0100)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Fri, 7 Apr 2017 05:53:45 +0000
(11:23 +0530)
We'll need that symbol so that the default offset are defined
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/mtd/nand/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/Kconfig
b/drivers/mtd/nand/Kconfig
index a2ea9b1b6dad28e5c2280f45749257dd911eb96d..7b5449a4c07e19b2d6715b4380cfe5e86c9f6b35 100644
(file)
--- a/
drivers/mtd/nand/Kconfig
+++ b/
drivers/mtd/nand/Kconfig
@@
-67,6
+67,7
@@
config NAND_SUNXI
bool "Support for NAND on Allwinner SoCs"
depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
select SYS_NAND_SELF_INIT
+ select SYS_NAND_U_BOOT_LOCATIONS
---help---
Enable support for NAND. This option enables the standard and
SPL drivers.