Skip to content

Commit

Permalink
u-boot: update to 2024.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Oct 12, 2024
1 parent 33d232b commit 475a25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build/u-boot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@

PROG=u-boot
PKG=ooce/util/u-boot
VER=2024.07
VER=2024.10
SUMMARY="Das U-Boot"
DESC="$SUMMARY: Universal Bootloader"

# does not yet build with gcc 14
((GCCVER > 13)) && set_gccver 13

set_arch 64

MAKE_TARGET="sandbox_defconfig tools"
Expand All @@ -36,6 +33,7 @@ set_args() {

MAKE_ARGS_WS="
V=1
NO_PYTHON=1
HOSTCC=\"$CC\"
HOSTCFLAGS=\"$CFLAGS ${CFLAGS[$arch]} -I$PREFIX/include\"
HOSTLDLIBS=\"
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
| ooce/util/rargs | 0.3.0 | https://github.com/lotabout/rargs/releases | [omniosorg](https://github.com/omniosorg)
| ooce/util/rlwrap | 0.46.1 | https://github.com/hanslub42/rlwrap/releases | [r7st](https://github.com/r7st)
| ooce/util/stress-ng | 0.17.08 | https://github.com/ColinIanKing/stress-ng/tags | [omniosorg](https://github.com/omniosorg)
| ooce/util/u-boot | 2024.07 | https://ftp.denx.de/pub/u-boot/ https://github.com/u-boot/u-boot | [omniosorg](https://github.com/omniosorg)
| ooce/util/u-boot | 2024.10 | https://ftp.denx.de/pub/u-boot/ https://github.com/u-boot/u-boot | [omniosorg](https://github.com/omniosorg)
| ooce/util/uefivars | 1.0.1 | https://github.com/citrus-it/uefivars/releases | [omniosorg](https://github.com/omniosorg)
| ooce/util/xjobs | 20200726 | https://www.maier-komor.de/xjobs.html | [omniosorg](https://github.com/omniosorg)
| ooce/util/zadm | github-latest | https://github.com/omniosorg/zadm/releases/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 475a25e

Please sign in to comment.