]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx28evk: Remove unneeded 'undef'
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 18 Aug 2012 13:28:11 +0000 (13:28 +0000)
committerAlbert 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

index f7c9039b846bff9fc4cad90ae9bebdf2ffc38bb1..4e1e6bc0a85197c93894dc4f9443d457909c768a 100644 (file)
 #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 */