diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-09 21:46:51 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:49:11 +0200 |
commit | 67e3beb52c320b0a31cf030716c99392cde2d532 (patch) | |
tree | b5e42281db290bf191f63b31f72db5059b30c48d /include/configs/at91sam9rlek.h | |
parent | 19883aede2ac0a522493bfb2b35a7dbb200071b1 (diff) | |
download | u-boot-imx-67e3beb52c320b0a31cf030716c99392cde2d532.zip u-boot-imx-67e3beb52c320b0a31cf030716c99392cde2d532.tar.gz u-boot-imx-67e3beb52c320b0a31cf030716c99392cde2d532.tar.bz2 |
AT91: Cleanup unused config header file definitions.
CONFIG_ENV_OVERWRITE is commented out in the config header files,
so let's cleanup the files by removing the whole definition.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9rlek.h')
-rw-r--r-- | include/configs/at91sam9rlek.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 33d934f..2ad8d05 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -70,8 +70,6 @@ #define CONFIG_BOOTDELAY 3 -/* #define CONFIG_ENV_OVERWRITE 1 */ - /* * Command line configuration. */ |