]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-tegra/tegra124/Makefile
at91: simplify spl board_init_f function
[u-boot] / arch / arm / mach-tegra / tegra124 / Makefile
index ef2da29f3085c4c3e4da20a4115e2685d9ccb661..f577f459be0f207623ec3494d66697c5955bc59b 100644 (file)
@@ -11,3 +11,7 @@ obj-y += clock.o
 obj-y  += funcmux.o
 obj-y  += pinmux.o
 obj-y  += xusb-padctl.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_ARMV7_NONSEC) += psci.o
+endif