global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / fsl_csu.h
index 0e59ac3..40c2968 100644 (file)
@@ -24,8 +24,8 @@ enum csu_cslx_access {
 };
 
 struct csu_ns_dev {
-       unsigned long ind;
-       uint32_t val;
+       u8 ind;
+       u8 val;
 };
 
 void enable_layerscape_ns_access(void);