summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/fdt_loader_cmd.c
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-11-01 10:50:18 +0000
committerandrew <andrew@FreeBSD.org>2014-11-01 10:50:18 +0000
commita15a6f7e406ccb9e3cdb2d7fd6fe748685139b77 (patch)
tree38574ac398baa5f3ed1ec536e0cf7f0b9428ed9b /sys/boot/fdt/fdt_loader_cmd.c
parenteeff99101ea1d0e6687a5a1743c9fdc912521953 (diff)
downloadFreeBSD-src-a15a6f7e406ccb9e3cdb2d7fd6fe748685139b77.zip
FreeBSD-src-a15a6f7e406ccb9e3cdb2d7fd6fe748685139b77.tar.gz
Move the definitions of the fdt functions from a uboot header to a new fdt
header. There is nothing in the fdt spec that ties it to U-Boot. While here sort and fix the signature of fdt_setup_fdtp. MFC after: 1 week
Diffstat (limited to 'sys/boot/fdt/fdt_loader_cmd.c')
-rw-r--r--sys/boot/fdt/fdt_loader_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/fdt/fdt_loader_cmd.c b/sys/boot/fdt/fdt_loader_cmd.c
index 7f5d5cd..4f1b675 100644
--- a/sys/boot/fdt/fdt_loader_cmd.c
+++ b/sys/boot/fdt/fdt_loader_cmd.c
@@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <machine/elf.h>
#include "bootstrap.h"
+#include "fdt_platform.h"
#include "glue.h"
#ifdef DEBUG
OpenPOWER on IntegriCloud