When booting the Nano PI Neo Air we got
Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover
Increased CONFIG_SYS_BOOTM_LEN to 64M to fix the error
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
A patch removed with SRC_URI_remove and re-worked was not
applying (no output error, the behavior is as it doesn't
exist), because the re-worked patch had the same name
as the removed one.
Remove 0001-nanopi_neo_air_defconfig-Enable-eMMC-support.patch.
This patch exists in meta-sunxi and it applies over
versions of u-boot.2018.09
Changelog-entry: Rename re-worked patch to have it applied
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
This patch is a rework of the meta-resin patch with the same
function because the meta-resin patch fails to apply due to
different source context in this u-boot version.
The 0001-nanopi_neo_air_defconfig-Enable-eMMC-support.patch
from meta-sunxi was failing to apply and it needed to be
removed and replaced with the one in this
layer (warrior update).
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
Use the meta-sunxi u-boot version.
This will apply for boards which do
not set a PREFERRED_VERSION for u-boot.
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>