aboutsummaryrefslogtreecommitdiff
path: root/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-03-31 12:50:34 -0400
committerTom Rini <trini@konsulko.com>2023-03-31 12:50:34 -0400
commit942ac73afc37fb98695af4489ea1549c21615a5e (patch)
treebe4a122569d256f3c82392ca4a9c5f15fcc3636b /board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
parentb8deed53fe6a55ef76b4f9038bb419a9c853a9fa (diff)
parentf216580b642c7244aeb3619aeceecb331e025ad3 (diff)
Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
u-boot-imx-next-20230331 for next --------------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15819 i.MX patches queued for next: - Conversions to DM_SERIAL - Fixes for Toradex boards - Gateworks Boards - i.MX8ULP - EQoS support / fixes, changes in boards
Diffstat (limited to 'board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h')
-rw-r--r--board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h b/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
index f7d4fdc101..508b4a565c 100644
--- a/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
+++ b/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
@@ -25,7 +25,7 @@ struct lpddr4_tcm_desc {
u32 cl_eeprom_get_ddrinfo(void);
u32 cl_eeprom_set_ddrinfo(u32 ddrinfo);
-u32 cl_eeprom_get_subind(void);
-u32 cl_eeprom_set_subind(u32 subind);
+u8 cl_eeprom_get_subind(void);
+u8 cl_eeprom_set_subind(u8 subind);
u32 cl_eeprom_get_osize(void);
#endif