commit | 353aa7b06fc30593095c909ea10b05ad045c6570 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Sat Dec 18 18:10:23 2021 -0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 08 11:16:03 2022 -0500 |
tree | 51fe098e5d3768ef0064c54bce6881f56b1810b7 | |
parent | c280ec210f31429bfdefa0eb3b211f12002c539b [diff] |
udoo: Adjust the SD card device numbering After the conversion to DM the SD card shows up as 'mmc 2' device. Adjust the 'mmcdev' and the distro command 'func' accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>