projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e229d44
)
mx28evk: Remove unneeded 'undef'
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 18 Aug 2012 13:28:11 +0000
(13:28 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:27 +0000
(14:58 +0200)
There is no need to undef an option that is not enabled by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
include/configs/mx28evk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx28evk.h
b/include/configs/mx28evk.h
index f7c9039b846bff9fc4cad90ae9bebdf2ffc38bb1..4e1e6bc0a85197c93894dc4f9443d457909c768a 100644
(file)
--- a/
include/configs/mx28evk.h
+++ b/
include/configs/mx28evk.h
@@
-214,7
+214,6
@@
#define CONFIG_SF_DEFAULT_SPEED 24000000
/* (redundant) environemnt in SPI flash */
-#undef CONFIG_ENV_IS_IN_SPI_FLASH
#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
#define CONFIG_ENV_SIZE 0x1000 /* 4KB */