
On 08/31/2017 03:43 AM, Ashish Kumar wrote:
LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin platform that supports the LS1088A family SoCs. This patch add basic support of the platform.
Signed-off-by: Alison Wang alison.wang@nxp.com Signed-off-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Signed-off-by: Ashish Kumar Ashish.Kumar@nxp.com Signed-off-by: Raghav Dogra raghav.dogra@nxp.com Signed-off-by: Shaohui Xie Shaohui.Xie@nxp.com
v5: Fix checkpatch's check Change getenv() to env_get() Rebase to top commit "8b3cec7 mtdparts: Fix uninitialized scalar usage"
Ashish,
I am seeing two issues. One is "fsl_ifc_read_byte beyond end of buffer". It comes from NAND driver. The other is CONFIG_ENV_IS_* is not defined. You cannot save env without it.
York