summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-07 10:22:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-01-07 10:22:51 -0300
commitb9f143ec43134634acd9a5b69eb0d0e22bdcd077 (patch)
tree1b434710bd931571ffa3fd0b2d298eb1a1358f85
parent3099ed6a03a2f9a8295638c74e2c54b3c68c461d (diff)
downloadmeta-freescale-fix/u-boot-fslc-aarch.tar.gz
u-boot-fslc: Bump to 386ee4eecc8 revisionfix/u-boot-fslc-aarch
This merges following fixes: 386ee4eecc8 u-boot-initial-env: rework make target 5404dfcc4db arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY edd9c891d20 arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression 14165918766 pylibfdt: Fix disable version normalization 519e6641dbd cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage bee3551e000 Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"" ab644db9ba0 rockchip: Fix the broken Video out for rk3288 boards 4671435c54c i2c: uniphier-f: correct error recovery f8548ce0e09 imx7d-pico: Fix the name of the u-boot.dtsi file 1b697407aed powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.bin a2e0b041d66 arm: stm32mp: Fix board_get_usable_ram_top() again 60bba6e2052 efi_loader: populate console handles in system table 93cdb952382 efi_loader: adjust sorting of capsules 07355760b17 test: unit test for u16_strcasecmp() 7a9b366cd9b lib: add function u16_strcasecmp() d7ddeb66a6c efi_loader: fix building aarch64 EFI binaries 673a92c5d2c efi_loader: defines for PE-COFF section flags fbc595b4124 doc: Fix eth_env_[gs]et_enetaddr() return value 566b7b2f518 doc: building documentation 532952f63cf cmd: avoid endless loop in sound play command Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
index 478b9688..50d27073 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
@@ -10,7 +10,7 @@ DEPENDS += "flex-native bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12 12
13SRCREV = "598f87fbdb6ce46b1959fda3ffbfaa41a64338e1" 13SRCREV = "386ee4eecc8ac5d41982daf20ef3a627a1e3e491"
14SRCBRANCH = "2023.01+fslc" 14SRCBRANCH = "2023.01+fslc"
15 15
16PV = "2023.01+git${SRCPV}" 16PV = "2023.01+git${SRCPV}"