/* SPDX-License-Identifier: GPL-3.0-or-later */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ /** * @file fdt_sw.c * Wrapper around libfdt/fdt_sw.c, sets up the environment. */ #include "libfdt_env.h" #include "../dtc/libfdt/fdt_sw.c"