Disable U-Boot verbose build

This commit is contained in:
Rodrigo Arias 2024-10-11 11:11:51 +02:00
parent 8d1bb60476
commit 52101b0d9a

View File

@ -453,16 +453,16 @@
preConfigure = '' preConfigure = ''
cp ${final.uboot-env} board/emulation/qemu-riscv/environ.env cp ${final.uboot-env} board/emulation/qemu-riscv/environ.env
''; '';
postConfigure = '' #postConfigure = ''
echo --------------------------- generated config: # echo --------------------------- generated config:
cat .config # cat .config
echo --------------------------- # echo ---------------------------
''; #'';
postBuild = '' #postBuild = ''
echo --------------------------- generated env starts # echo --------------------------- generated env starts
cat include/generated/env.in # cat include/generated/env.in
echo --------------------------- generated env ends # echo --------------------------- generated env ends
''; #'';
# #
# CONFIG_SERIAL_PRESENT=n # CONFIG_SERIAL_PRESENT=n
# CONFIG_SYS_NS16550=n # CONFIG_SYS_NS16550=n
@ -502,7 +502,7 @@
# '' # ''
; ;
extraMakeFlags = [ extraMakeFlags = [
"V=1" #"V=1"
#"KCPPFLAGS=-DLOG_DEBUG" #"KCPPFLAGS=-DLOG_DEBUG"
#"EXT_DTB=${final.ox-dtb}/lagarto_ox.dtb" #"EXT_DTB=${final.ox-dtb}/lagarto_ox.dtb"
]; ];