]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
spl: make CONFIG_OF_EMBED pass dts through fdtgrep
[people/ms/u-boot.git] / include / common.h
index e14e1daa88bfc3c04bfac2313204e5766bbee50e..6e2454517891b1751c4f890a8d37d198642f0d48 100644 (file)
@@ -201,6 +201,7 @@ int last_stage_init(void);
 extern ulong monitor_flash_len;
 int mac_read_from_eeprom(void);
 extern u8 __dtb_dt_begin[];    /* embedded device tree blob */
+extern u8 __dtb_dt_spl_begin[];        /* embedded device tree blob for SPL/TPL */
 int set_cpu_clk_info(void);
 int mdm_init(void);
 int print_cpuinfo(void);