Convert CONFIG_SYS_INTERLAKEN et al to Kconfig
[platform/kernel/u-boot.git] / include / fsl_csu.h
index 027a811..40c2968 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2015 Freescale Semiconductor
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 
 #ifndef __FSL_CSU_H__
@@ -25,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);