Skip to content

Commit

Permalink
u-boot-fslc: upgrade to v2024.01
Browse files Browse the repository at this point in the history
U-Boot fork has been updated to include tagged version v2024.01 from
upstream.

Following commits were ported from 2023.10+fslc to this version:
- 9ff224ca003 imx: iMX6: Define disconnect_from_pc function
- a429b3dcdd5 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
- cbfd9b3fd03 pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
- 58cb813aa7e mx6sabre_common: Dynamically change the video output
- f1ac9d18650 mx6sabresd: Enable video interfaces in bootargs

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 committed Feb 17, 2024
1 parent 71b63dd commit ae992b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native"

SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"

SRCREV = "105a9c8cc0a8551195e2a5ac8812802f12604ff6"
SRCBRANCH = "2023.10+fslc"
SRCREV = "9ff224ca0039e9cd22be2ec4b56408cb64d71a87"
SRCBRANCH = "2024.01+fslc"

PV = "2023.10+git${SRCPV}"
PV = "2024.01+git${SRCPV}"

S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
File renamed without changes.

0 comments on commit ae992b9

Please sign in to comment.