mxs: Add MX23 quirks into the clock code
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / config.mk
index f8ef90f2d5180365d5c4719708cf71d98458c432..6a3a1bb354102f967718ef96061e9cfb59c9469a 100644 (file)
@@ -29,4 +29,11 @@ PLATFORM_CPPFLAGS += -march=armv5te
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
+
+ifneq ($(CONFIG_IMX_CONFIG),)
+
+ALL-y  += $(obj)u-boot.imx
+
+endif