/* * Copyright 2022 NXP * * SPDX-License-Identifier: Apache-2.0 */ #include #include void relocated_helper(void) { printk("Relocated helper function running on %s\n\n", CONFIG_BOARD); }