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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4716C433EF for ; Mon, 8 Nov 2021 04:01:50 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 11BAD61186 for ; Mon, 8 Nov 2021 04:01:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 11BAD61186 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1166383837; Mon, 8 Nov 2021 05:00:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id E68A18382A; Mon, 8 Nov 2021 05:00:18 +0100 (CET) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) (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 CCD2883825 for ; Mon, 8 Nov 2021 05:00:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f175.google.com with SMTP id h14so12616083qtb.3 for ; Sun, 07 Nov 2021 20:00:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WbSsUjOtzxNY6wd+WAYBvvbmPvQpfa4f612YPWTJM/8=; b=xAjI9NeawGoYam0ZfKlMYo9iWdP/eG8f3hHe0C8YfhkgxoYxrQffBv6UyhjKdWelGn m7jYisYcxU9YgqXO2q7KghYSRQ4xtRSUosJOD8yC/bwqCNHf+2U7sU7XcBR/U7lmPogH rck6I835XIzwp/qS7GK0SSpNl6DBFXKqBMsp9pzdoVhBTs88jQ1h9HPpmxnKaNf/6Qal djLipQdYynfXemeMp+0X7wjmQNY+pCthnaPfl+GIPXSCZz8M0SSCgo3eFXqiRK57Jj56 CwjyGXa1gozPv/R/tqkke8QogYiKSt+T3qURjLmfwEXY66EBgYdL2Y8RUHS8atOPMRXI Jzsg== X-Gm-Message-State: AOAM53387vGh+59O+T00ttWQqDyB/mbrrcYAuxT15iY4QYSpzSKKOBqn 3qmRuRiIzsrRpYlqQbPuOn/kfS9abw== X-Google-Smtp-Source: ABdhPJyRGN5ymYfhmlKjsXJl6xpCQtlnySrzATLoakSysVLR7fRmSDSLR4urM+PRSJxIYIJs4rD5oQ== X-Received: by 2002:a05:622a:1014:: with SMTP id d20mr4350039qte.399.1636344000506; Sun, 07 Nov 2021 20:00:00 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-65cb-752a-b567-5ae4.res6.spectrum.com. [2603:6081:7b01:cbda:65cb:752a:b567:5ae4]) by smtp.gmail.com with ESMTPSA id k6sm10460794qtx.32.2021.11.07.19.59.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Nov 2021 20:00:00 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 09/20] Convert CONFIG_TRACE et al to Kconfig Date: Sun, 7 Nov 2021 22:59:40 -0500 Message-Id: <20211108035951.3580952-9-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211108035951.3580952-1-trini@konsulko.com> References: <20211108035951.3580952-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean This converts the following to Kconfig: CONFIG_TRACE CONFIG_TRACE_BUFFER_SIZE CONFIG_TRACE_EARLY CONFIG_TRACE_EARLY_ADDR CONFIG_TRACE_EARLY_SIZE Signed-off-by: Tom Rini --- include/configs/exynos5-common.h | 8 -------- include/configs/sandbox.h | 8 -------- 2 files changed, 16 deletions(-) diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index e4923964169f..90d095d535b0 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -14,14 +14,6 @@ #define CONFIG_EXYNOS_SPL -#ifdef FTRACE -#define CONFIG_TRACE -#define CONFIG_TRACE_BUFFER_SIZE (16 << 20) -#define CONFIG_TRACE_EARLY_SIZE (8 << 20) -#define CONFIG_TRACE_EARLY -#define CONFIG_TRACE_EARLY_ADDR 0x50000000 -#endif - /* Enable ACE acceleration for SHA1 and SHA256 */ #define CONFIG_EXYNOS_ACE_SHA diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 24c9a84fa358..1f04b8868908 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -6,14 +6,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#ifdef FTRACE -#define CONFIG_TRACE -#define CONFIG_TRACE_BUFFER_SIZE (16 << 20) -#define CONFIG_TRACE_EARLY_SIZE (16 << 20) -#define CONFIG_TRACE_EARLY -#define CONFIG_TRACE_EARLY_ADDR 0x00100000 -#endif - #ifndef CONFIG_SPL_BUILD #define CONFIG_IO_TRACE #endif -- 2.25.1