summaryrefslogtreecommitdiff
path: root/board/technexion/pico-imx6ul/Makefile
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-09-04 10:23:08 -0300
committerStefano Babic <sbabic@denx.de>2018-09-14 15:04:24 +0200
commit82a8a93327077046d3ede01aea5984ffcc019f5c (patch)
treedd801a9cb75bfbf8302bc15c1338313b62d081de /board/technexion/pico-imx6ul/Makefile
parent636941ff4dc54289c3a0bcc792c3fcd04893a65d (diff)
pico-imx6ul: Convert to SPL
There are two versions of imx6ul pico SOMs: one with 256MB and another one with 512MB of RAM. Convert to SPL so that both versions can be supported. This patch doesn't rework the clock initialization to avoid changing the behavior in this same patch, so it will be cleaned up in future. Currently only the 256MB is tested/supported. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'board/technexion/pico-imx6ul/Makefile')
-rw-r--r--board/technexion/pico-imx6ul/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technexion/pico-imx6ul/Makefile b/board/technexion/pico-imx6ul/Makefile
index 8fdb7875ac..b7493df01c 100644
--- a/board/technexion/pico-imx6ul/Makefile
+++ b/board/technexion/pico-imx6ul/Makefile
@@ -2,4 +2,4 @@
# (C) Copyright 2015 Technexion Ltd.
# (C) Copyright 2015 Freescale Semiconductor, Inc.
-obj-y := pico-imx6ul.o
+obj-y := pico-imx6ul.o spl.o