summaryrefslogtreecommitdiff
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:42 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:26:48 +0300
commit2ebebb942d76f24d316bf268564b7c62a18d7a98 (patch)
tree1842c1131164cc22cbfea4592a6c94bcfc402499 /include/fdtdec.h
parent7c810a330aa324e9cbc182cd11f05c340d483a7f (diff)
downloadu-boot-2ebebb942d76f24d316bf268564b7c62a18d7a98.tar.xz
common: Move embedded fdt location to fdtdec.h
These declarations are only used in fdtdec.c so move them to its header file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 696e0fd024..c8a143db5f 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -111,6 +111,9 @@ struct fdt_pci_addr {
u32 phys_lo;
};
+extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
+extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */
+
/**
* Compute the size of a resource.
*