summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-24 21:28:47 -0400
committerTom Rini <[email protected]>2022-10-24 21:28:47 -0400
commit3eebbd866bfa8e889e52d1734b574a585e076a5a (patch)
tree5ba4d5966dd2589cc21728c502f56549de1c7d57 /include
parent26bfb853cae5c05950f8716e6f405eb0f9588d97 (diff)
parentc4f0de3eecd951cd5480cdbc9d96c63a4432a521 (diff)
Merge tag 'fsl-qoriq-2022-10-18' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Layerscape update - support sysreset, - de-select FSL_IFC when booting from SD - disable unused parts of ICID tables - reduce ns_dev size for csu - enable dma snooping for ls104x - nand driver fixups for ls1043ardb rev 7.0 boards.
Diffstat (limited to 'include')
-rw-r--r--include/fsl_csu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fsl_csu.h b/include/fsl_csu.h
index 0e59ac3c324..40c29687979 100644
--- a/include/fsl_csu.h
+++ b/include/fsl_csu.h
@@ -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);