[PATCH V2 51/53] ddr: imx8m: helper: load ddr firmware according to binman symbols

2022-07-26 Thread Peng Fan (OSS)
From: Peng Fan By reading binman symbols, we no need hard coded IMEM_LEN/DMEM_LEN after we update the binman dtsi to drop 0x8000/0x4000 length for the firmware. And that could save binary size for many KBs. Tested-by: Tim Harvey #imx8m[m,n,p]-venice Signed-off-by: Peng Fan Reviewed-by: Alper

[PATCH V2 51/53] ddr: imx8m: helper: load ddr firmware according to binman symbols

2022-07-26 Thread sbabic
> From: Peng Fan > By reading binman symbols, we no need hard coded IMEM_LEN/DMEM_LEN after > we update the binman dtsi to drop 0x8000/0x4000 length for the firmware. > And that could save binary size for many KBs. > Tested-by: Tim Harvey #imx8m[m,n,p]-venice > Signed-off-by: Peng Fan > Reviewed