Re: [U-Boot] [PATCH 6/8] board: stm32f469-discovery: Add set_env_soc_name() in board_late_init()

2018-02-02 Thread Patrice CHOTARD
Hi Vikas On 01/31/2018 07:32 PM, Vikas Manocha wrote: > Hi, > > On 01/31/2018 08:09 AM, patrice.chot...@st.com wrote: >> From: Patrice Chotard >> >> Add set_env_soc_name() call in board_late_init() to set environment >> variable "soc_name" with the name of current STM32

Re: [U-Boot] [PATCH 6/8] board: stm32f469-discovery: Add set_env_soc_name() in board_late_init()

2018-01-31 Thread Vikas Manocha
Hi, On 01/31/2018 08:09 AM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > Add set_env_soc_name() call in board_late_init() to set environment > variable "soc_name" with the name of current STM32 SoC. > > Signed-off-by: Christophe Priouzeau