[U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support
Maxime Ripard
maxime.ripard at free-electrons.com
Wed Nov 9 15:32:37 CET 2016
Hi Boris,
On Tue, Nov 08, 2016 at 05:27:48PM +0100, Boris Brezillon wrote:
> On Tue, 8 Nov 2016 17:21:13 +0100
> Maxime Ripard <maxime.ripard at free-electrons.com> wrote:
>
> > From: Hans de Goede <hdegoede at redhat.com>
> >
> > Enable the NAND and UBI support in the configuration header so that we can
> > (finally) use it.
> >
> > Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> > Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> > ---
> > include/configs/sunxi-common.h | 26 ++++++++++++++++++++++----
> > 1 file changed, 22 insertions(+), 4 deletions(-)
> >
> > diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> > index 8363414828fa..1733767ba53b 100644
> > --- a/include/configs/sunxi-common.h
> > +++ b/include/configs/sunxi-common.h
> > @@ -129,9 +129,23 @@
> > #define CONFIG_SERIAL_TAG
> >
> > #ifdef CONFIG_NAND_SUNXI
> > +#define CONFIG_SYS_NAND_U_BOOT_OFFS (8 << 20) /* 8 MiB */
>
> Can we make this configurable through Kconfig?
Is there a need for that? AFAIK, everyone in U-Boot defines it there
(and converting everyone to Kconfig for all the CONFIG_SYS_NAND
options is going to be painful).
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161109/145628d7/attachment.sig>
More information about the U-Boot
mailing list