
-----Original Message----- From: Baruch Siach baruch@tkos.co.il Sent: Wednesday, December 4, 2019 6:59 PM To: Priyanka Jain priyanka.jain@nxp.com Cc: u-boot@lists.denx.de; Rabeeh Khoury rabeeh@solid-run.com; Jon Nettleton jon@solid-run.com; Baruch Siach baruch@tkos.co.il 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 baruch@tkos.co.il
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