aboutsummaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorStephan Linz <linz@li-pro.net>2012-06-27 00:28:24 +0200
committerMichal Simek <monstr@monstr.eu>2012-06-27 10:17:46 +0200
commit2629d63efc2ed9c6a02dd6605a0a5cb62f4e278d (patch)
treed771788db0fb9f7fb13795b9bc94b6d42174ef40 /include/configs/microblaze-generic.h
parent436da3cd233e7166b5ce9293dbd28092cf37bcc9 (diff)
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 <linz@li-pro.net> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 295d123e5..5f1682021 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 */