sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headers
[oweals/u-boot.git] / arch / arm / include / asm / armv7.h
index 11476ddd164af88b2325085d3dfddd3c7cc53070..a13da23cf1726c6b2c4b4d22b820dd959060dffa 100644 (file)
@@ -79,6 +79,8 @@ void v7_outer_cache_inval_range(u32 start, u32 end);
 #if defined(CONFIG_ARMV7_NONSEC) || defined(CONFIG_ARMV7_VIRT)
 
 int armv7_init_nonsec(void);
+int armv7_update_dt(void *fdt);
+bool armv7_boot_nonsec(void);
 
 /* defined in assembly file */
 unsigned int _nonsec_init(void);