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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ LIBS += lib/libfdt/libfdt.o LIBS += api/libapi.o LIBS += post/libpost.o -ifneq ($(CONFIG_AM335X)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) +ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) LIBS += $(CPUDIR)/omap-common/libomap-common.o endif |