summaryrefslogtreecommitdiff
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2018-06-09 00:59:45 +0300
committerTom Rini <trini@konsulko.com>2018-07-10 23:55:57 +0300
commit894c3ad27fa940beb7fdc07d01dcfe81c03d0481 (patch)
tree72abb68850e0fc01f0fd0c6f0c2152afda435ffd /include/fdtdec.h
parentd154ca60036f060375ff3d80b2f1fbd2cd7de115 (diff)
downloadu-boot-894c3ad27fa940beb7fdc07d01dcfe81c03d0481.tar.xz
board: arm: Add support for Broadcom BCM7445
Add support for loading U-Boot on the Broadcom 7445 SoC. This port assumes Broadcom's BOLT bootloader is acting as the second stage bootloader, and U-Boot is acting as the third stage bootloader, loaded as an ELF program by BOLT. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org> Cc: Stefan Roese <sr@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 332105504b..58d5b721aa 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -49,6 +49,10 @@ struct bd_info;
#define SPL_BUILD 0
#endif
+#if CONFIG_IS_ENABLED(OF_PRIOR_STAGE)
+extern phys_addr_t prior_stage_fdt_address;
+#endif
+
/*
* Information about a resource. start is the first address of the resource
* and end is the last address (inclusive). The length of the resource will