Re: [U-Boot] [PATCH] armv8: ls1046afrwy: Define CONFIG_ENV_ADDR for QSPI Boot

2019-08-22 Thread Prabhakar Kushwaha
> -Original Message- > From: Alison Wang > Sent: Monday, July 22, 2019 12:47 PM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de > Cc: Alison Wang > Subject: [PATCH] armv8: ls1046afrwy: Define CONFIG_ENV_ADDR for QSPI > Boot > > This patch defines CONFIG_ENV_ADDR for QSPI Boot which sp

[U-Boot] [PATCH] armv8: ls1046afrwy: Define CONFIG_ENV_ADDR for QSPI Boot

2019-07-22 Thread Alison Wang
This patch defines CONFIG_ENV_ADDR for QSPI Boot which specifies the start address of the flash sector containing the environment. It fixes the issue that bootcmd is always set as default at bootup. Signed-off-by: Alison Wang --- include/configs/ls1046afrwy.h | 3 +++ 1 file changed, 3 insertion