blob: 5fff1d906bc37ccd1e7fbe341e9b994a0de64b06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
/**
* @file fdt_ro.c
* Wrapper around libfdt/fdt_ro.c, sets up the environment.
*/
#include "libfdt_env.h"
#include "../dtc/libfdt/fdt_ro.c"
|