From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 26 Aug 2010 13:43:19 +0200 Subject: [U-Boot] [PATCH 06/11] arm/pxa: remove CONFIG_ENV_OVERWRITE from vpac270 config In-Reply-To: <1282819683-655-6-git-send-email-mikhail.kshevetskiy@gmail.com> References: <1282819683-655-1-git-send-email-mikhail.kshevetskiy@gmail.com> <1282819683-655-6-git-send-email-mikhail.kshevetskiy@gmail.com> Message-ID: <201008261343.19941.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dne ?t 26. srpna 2010 12:48:01 Mikhail Kshevetskiy napsal(a): > it is not required and not recommended. If CONFIG_ENV_OVERWRITE is #defined in your config file, the write protection for vendor parameters is completely disabled. Anybody can change or delete these parameters. I think that's ok. Anyone can remove it before deploying the real product. > Signed-off-by: Mikhail Kshevetskiy > --- > include/configs/vpac270.h | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h > index d3e805a..c8663e8 100644 > --- a/include/configs/vpac270.h > +++ b/include/configs/vpac270.h > @@ -40,8 +40,6 @@ > #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024) > #define CONFIG_SYS_GBL_DATA_SIZE 128 > > -#define CONFIG_ENV_OVERWRITE /* override default environment */ > - > #define CONFIG_BOOTCOMMAND \ > "if mmc init && fatload mmc 0 0xa4000000 uImage; then " \ > "bootm 0xa4000000; " \