]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/wrap_pinmux_config.c
ARM: PSCI: Allocate PSCI stack in secure stack section
[u-boot] / arch / arm / mach-socfpga / wrap_pinmux_config.c
index bcb77814430db5238799de5a1f50cd0746d8b441..a12f0b32a4f6e9add19df67cb770969d22d9709f 100644 (file)
@@ -10,8 +10,7 @@
 /* Board-specific header. */
 #include <qts/pinmux_config.h>
 
-void sysmgr_get_pinmux_table(const unsigned long **table,
-                            unsigned int *table_len)
+void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len)
 {
        *table = sys_mgr_init_table;
        *table_len = ARRAY_SIZE(sys_mgr_init_table);