diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-08 20:26:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-08 20:26:19 -0500 |
commit | 6ef836accea026a5f87145f890ee47748bc8bfac (patch) | |
tree | 1e0deb990df68e64b620c45ce954ba15e8966f98 /include | |
parent | 47de135994b59f5787cba233f0102ab97a4e5726 (diff) | |
parent | b05cebb5f244f2891b40397ce2eb0f4596fec659 (diff) |
Merge branch '2022-01-08-further-important-updates'
- Further udoo_neo fixes, nitrogen6x mmc pinctrl fix
- dwc2_udc_otg fix
- Make imx8mq be consistent with yesterdays imx8 fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/udoo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h index fe6ea68dd4..4bddc0eca3 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -28,7 +28,7 @@ "fdt_addr=0x18000000\0" \ "fdt_addr_r=0x18000000\0" \ "ip_dyn=yes\0" \ - "mmcdev=0\0" \ + "mmcdev=2\0" \ "mmcrootfstype=ext4\0" \ "findfdt="\ "if test ${board_rev} = MX6Q; then " \ @@ -44,7 +44,7 @@ BOOTENV #define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 0) \ + func(MMC, mmc, 2) \ func(SATA, sata, 0) \ func(DHCP, dhcp, na) |