From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 10:15:13 -0700 Subject: [U-Boot] [PATCH 1/2] armv8: ls1043a: remove redundant code in board files In-Reply-To: <1461646303-19435-1-git-send-email-Qianyu.Gong@nxp.com> References: <1461646303-19435-1-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <57448C21.2050706@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/25/2016 10:01 PM, Gong Qianyu wrote: > gd->env_addr will be initialized in env_init() in > common/env_nowhere.c if CONFIG_ENV_IS_NOWHERE is defined. > So no need to do it again. > > Signed-off-by: Gong Qianyu > --- > board/freescale/ls1043aqds/ls1043aqds.c | 4 ---- > board/freescale/ls1043ardb/ls1043ardb.c | 5 ----- > 2 files changed, 9 deletions(-) > Applied to u-boot-fsl-qoriq master, awaiting upstream. Thanks. York