From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:20:15 -0800 Subject: [U-Boot] [PATCH] armv8: ls2080a: Define CONFIG_ENV_OVERWRITE to overwrite serial and ethaddr In-Reply-To: <1447404546-16961-1-git-send-email-b18965@freescale.com> References: <1447404546-16961-1-git-send-email-b18965@freescale.com> Message-ID: <565C854F.6040709@freescale.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 11/13/2015 12:49 AM, Alison Wang wrote: > As the environment variables "serial#" and "ethaddr" need to be > overwriten by the users, CONFIG_ENV_OVERWRITE is defined to disable > the write protection. Anybody can change or delete these parameters. > > Signed-off-by: Alison Wang > --- > include/configs/ls2085a_common.h | 3 +++ > 1 file changed, 3 insertions(+) > Applied to fsl-qoriq master. Thanks. York