]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: imx: Factor common code out of Data Modul i.MX8M Mini eDM SBC
authorMarek Vasut <marex@denx.de>
Sun, 11 Dec 2022 20:17:14 +0000 (21:17 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Jan 2023 22:23:02 +0000 (23:23 +0100)
commit46567bbadd17733ecd9898626380467120c03272
treeb60192d228f1ecbceca91e6f88fc11793703846f
parent01e996584571fbc9725ef5c6ffb154fef0cc4bfa
ARM: imx: Factor common code out of Data Modul i.MX8M Mini eDM SBC

Pull common.c into common subdirectory of the board file,
since this code can be reused by other Data Modul SBCs.
Drop the include of lpddr4_timing.h, which is unneeded.

Signed-off-by: Marek Vasut <marex@denx.de>
board/data_modul/common/common.c [new file with mode: 0644]
board/data_modul/common/common.h [new file with mode: 0644]
board/data_modul/imx8mm_edm_sbc/Makefile
board/data_modul/imx8mm_edm_sbc/common.c [deleted file]
board/data_modul/imx8mm_edm_sbc/imx8mm_data_modul_edm_sbc.c
board/data_modul/imx8mm_edm_sbc/lpddr4_timing.h
board/data_modul/imx8mm_edm_sbc/spl.c