From: Stephan Linz Date: Tue, 26 Jun 2012 22:28:24 +0000 (+0200) Subject: microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION X-Git-Tag: v2012.10-rc1~416^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2629d63efc2ed9c6a02dd6605a0a5cb62f4e278d;p=platform%2Fkernel%2Fu-boot.git microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION CONFIG_SYS_FLASH_PROTECTION is defined twice. The second one is outside the flash configuration context and we can remove it safely. Signed-off-by: Stephan Linz Signed-off-by: Michal Simek --- 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 */