diff options
author | John Klug <john.klug@multitech.com> | 2019-08-15 14:23:40 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-08-15 14:23:40 -0500 |
commit | b3a9ca6f93ba8be288e626160ef346450323b4ad (patch) | |
tree | cedf2a31617c4e3be9245e233925c375d05ba3ce /recipes-bsp/u-boot/u-boot.inc | |
parent | 0a99d37c87d2965bff47f10a7b73fc3fa02a1e93 (diff) | |
download | meta-multitech-b3a9ca6f93ba8be288e626160ef346450323b4ad.tar.gz meta-multitech-b3a9ca6f93ba8be288e626160ef346450323b4ad.tar.bz2 meta-multitech-b3a9ca6f93ba8be288e626160ef346450323b4ad.zip |
Fix EXAR debug port issue on MTCDT, which caused boot hangs
Diffstat (limited to 'recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc index 56265ff..8854181 100644 --- a/recipes-bsp/u-boot/u-boot.inc +++ b/recipes-bsp/u-boot/u-boot.inc @@ -4,7 +4,7 @@ SECTION = "bootloaders" PROVIDES = "virtual/bootloader" # New U-Boot with suppressed version. -PR="m2" +PR="m3" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |