[U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS

york sun york.sun at nxp.com
Thu Oct 6 18:49:12 CEST 2016


On 10/04/2016 04:38 AM, Pratiyush Mohan Srivastava wrote:
> Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
> Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava at nxp.com>
> ---
> Changes for v2 :
> 	- Removed "initrd_high=0xffffffff\0"
> 	- Removed console variable
>
>  include/configs/ls1012a_common.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
> index af45993..02cbf5d 100644
> --- a/include/configs/ls1012a_common.h
> +++ b/include/configs/ls1012a_common.h
> @@ -106,19 +106,15 @@
>
>  /* Initial environment variables */
>  #define CONFIG_EXTRA_ENV_SETTINGS		\
> -	"initrd_high=0xffffffff\0"		\
>  	"verify=no\0"				\
>  	"hwconfig=fsl_ddr:bank_intlv=auto\0"	\

I realize this hwconfig is not used. Please remove.

York


More information about the U-Boot mailing list