imx: fix exception vectors relocation in imx27
[platform/kernel/u-boot.git] / arch / arm / cpu / arm926ejs / mx27 / Makefile
index 4976bbb..0edf144 100644 (file)
@@ -5,3 +5,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 
 obj-y  = generic.o reset.o timer.o
+
+ifndef CONFIG_SPL_BUILD
+obj-y  += relocate.o
+endif