From 52101b0d9a238f7077eb7da2298af4951d1e2ce8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 11 Oct 2024 11:11:51 +0200 Subject: [PATCH] Disable U-Boot verbose build --- lagarto-ox.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index a90b0a0..571cc1c 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -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" ];