/* SPDX-License-Identifier: GPL-2.0-or-later */ #include #include /* The DRAM is already setup */ #define STACK_TOP 0x80000000 ENTRY_PROC(start_zynqmp_zcu106) mov x0, #STACK_TOP mov sp, x0 b zynqmp_zcu106_start ENTRY_PROC_END(start_zynqmp_zcu106)