blob: 7ba35b6c94db5011198f1fc3b911ca09eab6eed5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Philipp Tomsicha55e4972017-07-04 14:40:01 +02002/*
3 * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
Philipp Tomsicha55e4972017-07-04 14:40:01 +02004 */
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/armv8/u-boot-spl.lds"