2019-07-22 22:23:47 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Lexmark International, Inc.
|
2019-11-01 02:19:54 +08:00
|
|
|
* Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
|
2019-07-22 22:23:47 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2019-11-01 02:19:54 +08:00
|
|
|
#include <autoconf.h>
|
|
|
|
|
|
|
|
#if defined(CONFIG_SOC_XILINX_ZYNQMP_RPU)
|
2020-03-22 22:19:22 +08:00
|
|
|
#include <arch/arm/aarch32/cortex_a_r/scripts/linker.ld>
|
2019-11-01 02:19:54 +08:00
|
|
|
#endif
|