From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A610C04A95 for ; Sun, 25 Sep 2022 15:06:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3305484C64; Sun, 25 Sep 2022 17:04:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="b6kk+YNg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D566D84B5D; Sun, 25 Sep 2022 17:03:37 +0200 (CEST) Received: from mail-il1-x12e.google.com (mail-il1-x12e.google.com [IPv6:2607:f8b0:4864:20::12e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C07E084C0E for ; Sun, 25 Sep 2022 17:03:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x12e.google.com with SMTP id v1so2430135ilq.1 for ; Sun, 25 Sep 2022 08:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=tR+NOueiHIGPMHd/c6N7kltRvM68wqOZgnOlsNgqWlg=; b=b6kk+YNgDUNHKVWsATA7dA3Y7p7xaupr3D3UEFOp1P7iiO3RF0xFztg75D+QrRlXNy 4DSLJmP32wzwTTG8xtX1PZpyzu88fuM+pXf1zxlV5HRodebU2FSe1rdAGN0lbmg+Xg0b L/YRLSRVDyILSZEhPEMUdfUyKywVLaxM4y/sE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=tR+NOueiHIGPMHd/c6N7kltRvM68wqOZgnOlsNgqWlg=; b=37KhyGvY32BXJSNyT31cYRvT3SLdKiI5VdxmVvNsdWGCVjp34x22mRuZt2r07ZHhOM IH76tG9m1odC2ik7kw80l81MeBvLhwOwdW8SVKuvWfaxe5fJFqxKQ5G/Qu8EvaVPduX2 O+jEP32KgdoWrOn210ZDQkOL0M/oJdEmfZd2eV3rr9JJ37mVfAxzK91nOoP6f1fTv7Oe yRRonlIoYU8Ml2YecUDh2HBXB+AFEFJUApJyrAt/ITicvWla0866YgkzBhc+YTnax2J6 YNNhdp0+Z7yICle/x0RI/GFDAQM5EkqqPjNUnVXWgkZOoS7BvKnHZmrsUssiaiHYsCvS 8EHg== X-Gm-Message-State: ACrzQf3NHouSjP4l29w3VFxMHu5hEkePnUxnYoyBTYuGhKa658/TQ4t8 /bxBFQiLmGlAPSLsCHCFhMTPCSXBgel2dg== X-Google-Smtp-Source: AMsMyM5B2eJk/lB1tcssTXS87pb4Uz9A3p4+QGteUHoczwYUlTMEqAGuJAgH/kG7BKbDE8+33X5sUA== X-Received: by 2002:a92:c108:0:b0:2f6:b612:cbb5 with SMTP id p8-20020a92c108000000b002f6b612cbb5mr7600628ile.34.1664118208917; Sun, 25 Sep 2022 08:03:28 -0700 (PDT) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id u19-20020a926013000000b002f19d9838c6sm5360578ilb.25.2022.09.25.08.03.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 25 Sep 2022 08:03:28 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Heinrich Schuchardt Subject: [PATCH 18/45] sandbox: Drop message about writing sandbox state Date: Sun, 25 Sep 2022 09:02:21 -0600 Message-Id: <20220925150248.2524421-19-sjg@chromium.org> X-Mailer: git-send-email 2.37.3.998.g577e59143f-goog In-Reply-To: <20220925150248.2524421-1-sjg@chromium.org> References: <20220925150248.2524421-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This happens every time sandbox moves to the next phase so is not very interesting. Display the message only when debugging. Signed-off-by: Simon Glass --- arch/sandbox/cpu/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/cpu/state.c b/arch/sandbox/cpu/state.c index fcc4a337e59..a681e472ab6 100644 --- a/arch/sandbox/cpu/state.c +++ b/arch/sandbox/cpu/state.c @@ -470,7 +470,7 @@ int state_uninit(void) int err; if (state->write_ram_buf || state->write_state) - log_info("Writing sandbox state\n"); + log_debug("Writing sandbox state\n"); state = &main_state; /* Finish the bloblist, so that it is correct before writing memory */ -- 2.37.3.998.g577e59143f-goog