aboutsummaryrefslogtreecommitdiff
path: root/lib/fdt.c
blob: 800d16f25a3436c5fb08780fca23be20cf7c1e43 (plain) (blame)
1
2
3
4
5
6
7
/**
 * @file fdt.c
 * Wrapper to libfdt/fdt.c, sets up the environment.
 */

#include "libfdt_env.h"
#include "../dtc/libfdt/fdt.c"