/* SPDX-License-Identifier: GPL-2.0-only */ /* * Startup Code for Ritmix RZX-50 board * * Copyright (C) 2013 Antony Pavlov */ #define BOARD_PBL_START start_ritmix_rzx50 #include #include #include #include ENTRY_FUNCTION(BOARD_PBL_START) mips_disable_interrupts /* CPU/SoC specific setup ... */ /* ... absent */ debug_ll_ns16550_init debug_ll_outc '.' debug_ll_ns16550_outnl ENTRY_FUNCTION_END(BOARD_PBL_START, rzx50, SZ_64M)