
On Wed, Dec 21, 2011 at 6:03 AM, Chandan Nath chandan.nath@ti.com wrote:
This patch is added to update incorrect ddr, pll and timer register offset along with some additional cleanup like removing unused code. Also, generic CONFIG_AM33XX symbol is added for AM33XX platform.
[snip]
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index b471c9b..2a61ef0 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -17,6 +17,7 @@ #define __CONFIG_AM335X_EVM_H
#define CONFIG_AM335X +#define CONFIG_AM33XX #define CONFIG_CMD_MEMORY /* for mtest */ #undef CONFIG_GZIP #undef CONFIG_ZLIB
Note that the intention is that CONFIG_AM335X goes away (and we can evaluate the right symbol breakdown once a non am335x am33xx part arrives.