File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ build_uboot() {
5858
5959 echo " Building U-Boot for $TARGET_DEVICE "
6060 make ${TARGET_DEVICE} _defconfig
61- make ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_CROSS_COMPILE}
61+ eval " make ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_CROSS_COMPILE} ${COMPILE_FLAGS} "
6262 if [ $? -ne 0 ]; then
6363 echo " Build failed"
6464 exit 1
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33REPO=" https://github.com/OnionIoT/u-boot"
4- COMMIT=" 5f87035d7d82fdc72ba872308bf9f4998f2e57f5 "
4+ COMMIT=" 317613c4c42e882f310265d8a9e9e0c1dcb80085 "
55UBOOT_RELEASE=" v2025.04"
66
77TARGET_DEVICE=" onion-omega2p"
88TARGET_ARCH=" mips"
99TARGET_CROSS_COMPILE=" mipsel-linux-gnu-"
10-
11-
10+ COMPILE_FLAGS=' KCFLAGS="-Os -pipe -fno-caller-saves"'
You can’t perform that action at this time.
0 commit comments