Skip to content

Integrate u-boot-seco-imx/seco_lf_v2021.04_develop_a62_ym

Commit: edgehog/bsp/nxp/u-boot-seco-imx@d18db359

[A62] fix bus_id for External SD and eMMC print_boot_device() (board/seco/common/board_imx6.c) uses information contained in the CPU registers to identify the current boot device. The boot device is identified among the ones specified into boot_mem_dev_list; since commit f7da4b018db0c581d7bb9e4a48855b8ba30fbe73, the function check if the bus id of the current boot device is equal to the one in boot_mem_dev_list; if this control fails, the boot device is skipped; if no boot device is identified, the boot device is considerd "Unknow". In order to corretly detect the boot device for A62 board we have to correctly specify the bus ids.

Merge request reports