]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION
authorStephan Linz <linz@li-pro.net>
Tue, 26 Jun 2012 22:28:24 +0000 (00:28 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 27 Jun 2012 08:17:46 +0000 (10:17 +0200)
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>
include/configs/microblaze-generic.h

index 295d123e501d53b5fc5e9934d9d91a0fe117ad20..5f16820218f2291cf5449fd9e7fc8eb2b1296ad2 100644 (file)
 # 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 */