]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rockchip/rk3368/u-boot-tpl.lds
Merge git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / mach-rockchip / rk3368 / u-boot-tpl.lds
1 /*
2  * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #undef CONFIG_SPL_TEXT_BASE
8 #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE
9
10 #undef CONFIG_SPL_MAX_SIZE
11 #define CONFIG_SPL_MAX_SIZE CONFIG_TPL_MAX_SIZE
12
13 #include "../../cpu/armv8/u-boot-spl.lds"