From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 27 Jun 2012 10:32:00 +0200 Subject: [U-Boot] [PATCH 1/3] microblaze: remove wrong define CONFIG_SYS_FLASH_PROTECTION In-Reply-To: <1340749706-27266-1-git-send-email-linz@li-pro.net> References: <1340749706-27266-1-git-send-email-linz@li-pro.net> Message-ID: <4FEAC500.60601@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/27/2012 12:28 AM, Stephan Linz wrote: > CONFIG_SYS_FLASH_PROTECTION will defined twice. The second one > is outside the flash configuration context and we can remove > it safely. > > Signed-off-by: Stephan Linz > --- > include/configs/microblaze-generic.h | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h > index 295d123..5f16820 100644 > --- a/include/configs/microblaze-generic.h > +++ b/include/configs/microblaze-generic.h > @@ -200,8 +200,6 @@ > # define CONFIG_ENV_IS_NOWHERE 1 > # define CONFIG_ENV_SIZE 0x1000 > # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SIZE) > -/* hardware flash protection */ > -# define CONFIG_SYS_FLASH_PROTECTION > #endif /* !FLASH */ > > /* system ace */ Applied all three patches to microblaze custodian repo with minor cleanup. Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian