On 11/20/18 12:55 AM, Wen He wrote:
> Fix the kernel offset of qspi_bootcmd scripts, followed
> the qoriq_memory_layout definition.
> 
> Signed-off-by: Wen He <wen.h...@nxp.com>
> ---
>  include/configs/ls1043a_common.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/ls1043a_common.h 
> b/include/configs/ls1043a_common.h
> index 795e904..7b2f31c 100644
> --- a/include/configs/ls1043a_common.h
> +++ b/include/configs/ls1043a_common.h
> @@ -302,8 +302,8 @@
>               "source ${scriptaddr}\0"                        \
>       "qspi_bootcmd=echo Trying load from qspi..;"    \
>               "sf probe && sf read $load_addr "       \
> -             "$kernel_addr $kernel_size; env exists secureboot "     \
> -             "&& sf read $kernelheader_addr_r $kernelheader_addr "   \
> +             "$kernel_start $kernel_size; env exists secureboot "    \
> +             "&& sf read $kernelheader_addr_r $kernelheader_start "  \
>               "$kernelheader_size && esbc_validate ${kernelheader_addr_r}; " \
>               "bootm $load_addr#$board\0"     \
>       "nor_bootcmd=echo Trying load from nor..;"      \
> 

Why do you need to copy the images from QSPI flash? It is directly
readable. It has been this way and it is not your fault. Can you fix it?

York
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to