]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx95/imx94: Remove board_phys_sdram_size from each board
authorYe Li <ye.li@nxp.com>
Mon, 2 Mar 2026 05:20:03 +0000 (13:20 +0800)
committerFabio Estevam <festevam@gmail.com>
Mon, 16 Mar 2026 21:44:00 +0000 (18:44 -0300)
commitea8b1afcd5c82f7666bed239be3eebb451b02769
treeef8d4f07f4abc42aeeb1bbf04ff91cf4e16b69e0
parente1cc7117b6302464977fffca3e2c05bf8f3f6c77
imx95/imx94: Remove board_phys_sdram_size from each board

Change to use default board_phys_sdram_size implementation in soc.c,
which will call SM API to get DDR size.

If board has special implementation for DDR size, then board_phys_sdram_size
could be implemented in board file to override the default one in soc.c.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/nxp/imx94_evk/imx94_evk.c
board/nxp/imx95_evk/imx95_evk.c