blob: cd05d53e0f6c2742122d9da8f100ef4575a69a6b [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/linker/linker-defs.h>
void main(void)
{
printk("Address of sample %p\n", (void *)__rom_region_start);
printk("Hello sysbuild with mcuboot! %s\n", CONFIG_BOARD);
}