]> Git Repo - J-u-boot.git/commitdiff
microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTION
authorStephan Linz <[email protected]>
Tue, 26 Jun 2012 22:28:24 +0000 (00:28 +0200)
committerMichal Simek <[email protected]>
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
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 */
This page took 0.037685 seconds and 4 git commands to generate.