[PATCH v2 2/2] board: phycore_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1
Fabio Estevam
festevam at gmail.com
Tue Mar 5 19:19:01 CET 2024
On Mon, Mar 4, 2024 at 1:04 PM Benjamin Hahn <B.Hahn at phytec.de> wrote:
> - ret = phytec_get_rev(NULL);
> - if (ret >= 3 && ret != PHYTEC_EEPROM_INVAL) {
> + u8 rev = phytec_get_rev(NULL);
> + u8 somtyp = phytec_get_som_type(NULL);
Nitpick: Better to spell out 'somtype' or 'som_type' to make it clearer.
"typ" usually means 'typical'.
More information about the U-Boot
mailing list