diff options
author | Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> | 2010-03-17 08:21:11 +0100 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-03 15:24:27 -0500 |
commit | c9f72b3da8855c3c9679c821127cccd91e0380ed (patch) | |
tree | eedae2cf87c8b45cfde37f7ef9f5e7f6aed79f92 /include/configs | |
parent | b032698ff687034286c98c09fd4830d804cd1786 (diff) | |
download | u-boot-imx-c9f72b3da8855c3c9679c821127cccd91e0380ed.zip u-boot-imx-c9f72b3da8855c3c9679c821127cccd91e0380ed.tar.gz u-boot-imx-c9f72b3da8855c3c9679c821127cccd91e0380ed.tar.bz2 |
at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing
This clean up patch removes the references for esd boards
Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/meesc.h | 1 | ||||
-rw-r--r-- | include/configs/otc570.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/meesc.h b/include/configs/meesc.h index d002b97..e085f4a 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -82,7 +82,6 @@ */ #include <config_cmd_default.h> #undef CONFIG_CMD_BDI -#undef CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_FPGA #undef CONFIG_CMD_LOADS #undef CONFIG_CMD_IMLS diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 4fde012..fb0f576 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -131,7 +131,6 @@ * Command line configuration. */ #include <config_cmd_default.h> -#undef CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_FPGA #undef CONFIG_CMD_LOADS #undef CONFIG_CMD_IMLS |