mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
82a8a93327
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>
5 lines
155 B
Makefile
5 lines
155 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# (C) Copyright 2015 Technexion Ltd.
|
|
# (C) Copyright 2015 Freescale Semiconductor, Inc.
|
|
|
|
obj-y := pico-imx6ul.o spl.o
|