>-----Original Message----- >From: Baruch Siach <[email protected]> >Sent: Wednesday, December 4, 2019 6:59 PM >To: Priyanka Jain <[email protected]> >Cc: [email protected]; Rabeeh Khoury <[email protected]>; Jon >Nettleton <[email protected]>; Baruch Siach <[email protected]> >Subject: [PATCH 1/2] board: solidrun lx2160a-cex7: new board > >Add board level support code for the SolidRun LX2160A based COM-Express >7 system. > >Signed-off-by: Baruch Siach <[email protected]> >--- This patch has below compilation warning. Kindly fix. aarch64: + lx2160acex7_tfa +board/solidrun/lx2160acex7/lx2160acex7.c: In function 'uart_get_clock': +board/solidrun/lx2160acex7/lx2160acex7.c:50:18: error: implicit declaration of function 'get_serial_clock'; did you mean 'uart_get_clock'? [-Werror=implicit-function-declaration] + serial0.clock = get_serial_clock(); + ^~~~~~~~~~~~~~~~ + uart_get_clock +cc1: all warnings being treated as errors +make[2]: *** [board/solidrun/lx2160acex7/lx2160acex7.o] Error 1 +make[1]: *** [board/solidrun/lx2160acex7] Error 2 +make: *** [sub-make] Error 2
-Priyanka

