From: Ying-Chun Liu (PaulLiu) Date: Mon, 13 Mar 2023 18:26:20 +0000 (+0800) Subject: compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~16^2~6 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=43665e69bb64894597461ae19f09f463f56f7338;p=uboot.git compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h We have a few places here that the function declarations do not match their prototypes, correct them. Signed-off-by: Ying-Chun Liu (PaulLiu) Cc: Tom Rini Cc: Stefano Babic Cc: Fabio Estevam Cc: NXP i.MX U-Boot Team Reviewed-by: Tom Rini Reported-by: Tom Rini Reviewed-by: Fabio Estevam --- 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