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 419A0C433EF for ; Thu, 24 Mar 2022 21:18:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 366F184127; Thu, 24 Mar 2022 22:18:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (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 956A384124; Thu, 24 Mar 2022 22:18:17 +0100 (CET) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (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 119F284124 for ; Thu, 24 Mar 2022 22:18:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (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-f179.google.com with SMTP id bp39so5028694qtb.6 for ; Thu, 24 Mar 2022 14:18:15 -0700 (PDT) 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=5BN4nQK/v0+ypZkXy99sn01gKT6p/HaDT5uGnNv4Kjs=; b=oWKLzWYLOWqlCPudLf67Vo1J34gtq2UKOjgVZzZ7BUcciL43U4E3RP4wlKOhY8LIHr 8TB5StjfLRt8JSLLDJKgoW2F/I87OHF6NUh5XPV/lwtKq1EPN8GkXYNKn8uCLY3uQiEO SY/9Pv4C5jVtc61rrBd3dqhB0ftk+dh1o2WxIUGssKdYtPDqewUe43P6WsWpWLAjbBHD +rOlP5UmssTd5DVznsHucpgTwSu64lyZ0IYUfXZjBdXAtNy+2pjEa8MF4sASt+jbJfBg l1iMAut2SLcDN+d39P4jAH2C0EdcoAamcmepSbbGJWjBC1j0brBamQpWNsfZ7tOvb9L2 jG1A== X-Gm-Message-State: AOAM531YhYa6hpoeE4pC0tiC9OMGptTwp6cjJfIHZ9NiqFkeqsa9HC6O 0QdthgODZJ1Sl13PWSYgshVNqGchRA== X-Google-Smtp-Source: ABdhPJwdSWUanOSY4wwt5LuWL/Fq8b2B5G8VP0iVv11MTYc4x/TRsDNZgpGfNIzNZu3AUWvhDH8/MQ== X-Received: by 2002:a05:622a:1495:b0:2e2:2f10:5094 with SMTP id t21-20020a05622a149500b002e22f105094mr6518559qtx.628.1648156693791; Thu, 24 Mar 2022 14:18:13 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id r7-20020ac85c87000000b002e234014a1fsm3262494qta.81.2022.03.24.14.18.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Mar 2022 14:18:13 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 04/11] exynos: Drop CONFIG_DEVICE_TREE_LIST Date: Thu, 24 Mar 2022 17:17:59 -0400 Message-Id: <20220324211806.1553189-4-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220324211806.1553189-1-trini@konsulko.com> References: <20220324211806.1553189-1-trini@konsulko.com> 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.5 at phobos.denx.de X-Virus-Status: Clean This value isn't used anywhere, drop it. Signed-off-by: Tom Rini --- include/configs/exynos5420-common.h | 3 --- include/configs/exynos7420-common.h | 3 --- include/configs/exynos78x0-common.h | 3 --- 3 files changed, 9 deletions(-) diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h index 7762c77164a3..51f9f221742e 100644 --- a/include/configs/exynos5420-common.h +++ b/include/configs/exynos5420-common.h @@ -18,9 +18,6 @@ #define CONFIG_SPL_MAX_FOOTPRINT (30 * 1024) -#define CONFIG_DEVICE_TREE_LIST "exynos5800-peach-pi" \ - "exynos5420-peach-pit exynos5420-smdk5420" - #define CONFIG_PHY_IRAM_BASE 0x02020000 /* Address for relocating helper code (Last 4 KB of IRAM) */ diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 464f927431a0..fcb238fb3e3b 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -27,9 +27,6 @@ /* Timer input clock frequency */ #define COUNTER_FREQUENCY 24000000 -/* Device Tree */ -#define CONFIG_DEVICE_TREE_LIST "exynos7420-espresso7420" - /* IRAM Layout */ #define CONFIG_IRAM_BASE 0x02100000 #define CONFIG_IRAM_SIZE 0x58000 diff --git a/include/configs/exynos78x0-common.h b/include/configs/exynos78x0-common.h index 6b1df63dc32f..53396aa42292 100644 --- a/include/configs/exynos78x0-common.h +++ b/include/configs/exynos78x0-common.h @@ -28,9 +28,6 @@ /* Timer input clock frequency */ #define COUNTER_FREQUENCY 26000000 -/* Device Tree */ -#define CONFIG_DEVICE_TREE_LIST "EXYNOS78x0-a5y17lte" - #define CPU_RELEASE_ADDR secondary_boot_addr #define CONFIG_SYS_BAUDRATE_TABLE \ -- 2.25.1