Re: [PATCH 4/6] compulab: imx8mm-cl-iot-gate: Fix some function declarations in eeprom_spl.c

2023-03-09 Thread Tom Rini
On Fri, Mar 10, 2023 at 03:34:14AM +0800, Paul Liu wrote: > Hi Tom, > > Maybe we should fix the header by changing it to u8? > Because the eeprom only returns one byte for the DDRSUBIND value. As the board maintainer, yes, please feel free to submit a new patch to better correct the issue. I

Re: [PATCH 4/6] compulab: imx8mm-cl-iot-gate: Fix some function declarations in eeprom_spl.c

2023-03-09 Thread Paul Liu
Hi Tom, Maybe we should fix the header by changing it to u8? Because the eeprom only returns one byte for the DDRSUBIND value. Yours, Paul On Fri, 10 Mar 2023 at 00:22, Tom Rini wrote: > We have a few places here we the function declarations do not match > their prototypes in another header,