public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] microblaze: remove wrong define CONFIG_SYS_FLASH_PROTECTION
@ 2012-06-26 22:28 Stephan Linz
  2012-06-26 22:28 ` [U-Boot] [PATCH 2/3] microblaze: avoid compile error on systems without cfi flash Stephan Linz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephan Linz @ 2012-06-26 22:28 UTC (permalink / raw)
  To: u-boot

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 <linz@li-pro.net>
---
 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 */
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-27  8:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-26 22:28 [U-Boot] [PATCH 1/3] microblaze: remove wrong define CONFIG_SYS_FLASH_PROTECTION Stephan Linz
2012-06-26 22:28 ` [U-Boot] [PATCH 2/3] microblaze: avoid compile error on systems without cfi flash Stephan Linz
2012-06-26 22:28 ` [U-Boot] [PATCH 3/3] microblaze: Enable ubi support Stephan Linz
2012-06-27  8:32 ` [U-Boot] [PATCH 1/3] microblaze: remove wrong define CONFIG_SYS_FLASH_PROTECTION Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox