xref: /rk3399_rockchip-uboot/arch/arm/mach-rockchip/u-boot-tpl.lds (revision 8fcd17873cdba141621a1de1340b582c59595a35)
1/*
2 * Copyright (C) 2017 Rockchip Electronic Co.,Ltd
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/u-boot-spl.lds"
14