[U-Boot] [PATCH v10 24/27] env: add spi-nor environment
Prabhakar Kushwaha
prabhakar.kushwaha at nxp.com
Thu Jan 4 07:06:31 UTC 2018
Hi Jagan,
> -----Original Message-----
> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Jagan Teki
> Sent: Thursday, December 28, 2017 11:43 AM
> To: u-boot at lists.denx.de
> Cc: Tom Rini <trini at konsulko.com>
> Subject: [U-Boot] [PATCH v10 24/27] env: add spi-nor environment
>
> Now spi-nor framework is up so access the environment
> through en/spinor.c
>
> Signed-off-by: Suneel Garapati <suneelglinux at gmail.com>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
This patch is only considering environment to be used after relocation to DDR.
What about the scenario where environment is required during SPL.
SPL may not be having MTD sub-system ready for env read. In SPL case raw read is required.
Similar to below patch.
http://patchwork.ozlabs.org/patch/848511/
I request you to consider this patch also.
--pk
More information about the U-Boot
mailing list