Disable U-Boot verbose build
This commit is contained in:
parent
8d1bb60476
commit
52101b0d9a
@ -453,16 +453,16 @@
|
||||
preConfigure = ''
|
||||
cp ${final.uboot-env} board/emulation/qemu-riscv/environ.env
|
||||
'';
|
||||
postConfigure = ''
|
||||
echo --------------------------- generated config:
|
||||
cat .config
|
||||
echo ---------------------------
|
||||
'';
|
||||
postBuild = ''
|
||||
echo --------------------------- generated env starts
|
||||
cat include/generated/env.in
|
||||
echo --------------------------- generated env ends
|
||||
'';
|
||||
#postConfigure = ''
|
||||
# echo --------------------------- generated config:
|
||||
# cat .config
|
||||
# echo ---------------------------
|
||||
#'';
|
||||
#postBuild = ''
|
||||
# echo --------------------------- generated env starts
|
||||
# cat include/generated/env.in
|
||||
# echo --------------------------- generated env ends
|
||||
#'';
|
||||
#
|
||||
# CONFIG_SERIAL_PRESENT=n
|
||||
# CONFIG_SYS_NS16550=n
|
||||
@ -502,7 +502,7 @@
|
||||
# ''
|
||||
;
|
||||
extraMakeFlags = [
|
||||
"V=1"
|
||||
#"V=1"
|
||||
#"KCPPFLAGS=-DLOG_DEBUG"
|
||||
#"EXT_DTB=${final.ox-dtb}/lagarto_ox.dtb"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user