]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx28evk: Fix warning when CONFIG_ENV_IS_IN_SPI_FLASH is selected
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 10 Jun 2014 03:03:57 +0000 (00:03 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 17 Jun 2014 14:39:09 +0000 (16:39 +0200)
commit3aa890525b1211857a750e82b38124f798a5cf75
tree658a83347ff336825d5356d2adf2a3af994aeda2
parenta7650486a58271d331e5a551b0e7c40ce0112a8f
mx28evk: Fix warning when CONFIG_ENV_IS_IN_SPI_FLASH is selected

When building a target with CONFIG_ENV_IS_IN_SPI_FLASH the following
warning is seen:

include/configs/mx28evk.h:73:0: warning: "CONFIG_ENV_SIZE" redefined [enabled by default]

Protect the definition of CONFIG_ENV_SIZE to avoid the warning.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx28evk.h