
Hi Jagan,
-----Original Message----- From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Jagan Teki Sent: Thursday, December 28, 2017 11:43 AM To: u-boot@lists.denx.de Cc: Tom Rini trini@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@gmail.com Signed-off-by: Jagan Teki jagan@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