commit | 3aa890525b1211857a750e82b38124f798a5cf75 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Jun 10 00:03:57 2014 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 17 16:39:09 2014 +0200 |
tree | 658a83347ff336825d5356d2adf2a3af994aeda2 | |
parent | a7650486a58271d331e5a551b0e7c40ce0112a8f [diff] |
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>