ARM: uniphier: make boot_is_swapped() code optional
[oweals/u-boot.git] / arch / arm / mach-rockchip / u-boot-tpl.lds
1 // SPDX-License-Identifier:     GPL-2.0+
2 /*
3  * Copyright (C) 2019 Rockchip Electronic Co.,Ltd
4  */
5
6 #undef CONFIG_SPL_TEXT_BASE
7 #define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE
8
9 #undef CONFIG_SPL_MAX_SIZE
10 #define CONFIG_SPL_MAX_SIZE CONFIG_TPL_MAX_SIZE
11
12 #include "../cpu/u-boot-spl.lds"