diff options
author | Chandan Nath <chandan.nath@ti.com> | 2012-01-09 20:38:55 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-01-16 08:40:11 +0100 |
commit | f16da7466fc46109ba8922069cef521eb068f9a2 (patch) | |
tree | 20637af85db33d4d8478dcc210eda42f505a07d0 /include | |
parent | e4e2bf5e4ccbe85f2fcfbb2880348228e81eb44e (diff) | |
download | u-boot-imx-f16da7466fc46109ba8922069cef521eb068f9a2.zip u-boot-imx-f16da7466fc46109ba8922069cef521eb068f9a2.tar.gz u-boot-imx-f16da7466fc46109ba8922069cef521eb068f9a2.tar.bz2 |
ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
This patch is added to replace CONFIG_AM335X symbol
with CONFIG_AM333XX for AM33XX platforms.
Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
Tested-by: Thomas Weber <weber@corscience.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 26a3c96..f737094 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -16,7 +16,7 @@ #ifndef __CONFIG_AM335X_EVM_H #define __CONFIG_AM335X_EVM_H -#define CONFIG_AM335X +#define CONFIG_AM33XX #define CONFIG_CMD_MEMORY /* for mtest */ #undef CONFIG_GZIP #undef CONFIG_ZLIB |