spl: make CONFIG_OF_EMBED pass dts through fdtgrep
[oweals/u-boot.git] / include / common.h
index 4b521e142a9e7d53c2093e4e160d5962a122bffe..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);
@@ -514,6 +515,8 @@ int is_core_valid (unsigned int);
  */
 int arch_cpu_init(void);
 
+void s_init(void);
+
 int    checkcpu      (void);
 int    checkicache   (void);
 int    checkdcache   (void);