[U-Boot] [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd definition

York Sun york.sun at nxp.com
Tue Nov 20 16:58:22 UTC 2018


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.he_1 at 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


More information about the U-Boot mailing list