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 0CEE4C433F5 for ; Sun, 29 May 2022 16:58:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 908AA843C5; Sun, 29 May 2022 18:57:16 +0200 (CEST) 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 6C319843A1; Sun, 29 May 2022 18:56:37 +0200 (CEST) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) (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 058098429D for ; Sun, 29 May 2022 18:55:40 +0200 (CEST) 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-qk1-f174.google.com with SMTP id p123so9154769qke.5 for ; Sun, 29 May 2022 09:55:39 -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=MGrAqt5nWieLIt36yLCU7hpjAEJuP33H9q6p1hkf/i8=; b=HcSGla/eegPFwgEMOu+pMGD7Pwa7G/gXVDgzrDTiTlv5d6d6pQ0v2x35ABWv1E3Hhw Ig6Pap1tjUltNWkxNU81KiB/jzeMYE6aBz/FlW8YtS1M6/ivgTpEfFoBqoYsaeM4kXyA cvuwxb/L26cpZGpb2rTi/CvL/sXBP2PfDCN49gwhuB6Xlgg6qwhxeNocTybZEF0V91/2 MUiN5DcgalSeLMbkYuRf+laMhh3UeFXQijEqBNVTRU7Ff0K3pcZt0UTv9FE3ZboET3H0 GQfGCE1pV27meD8krIyHEehoAWBP2aJCvBbOKSZmXzyzfTLsnPnv4N0j4J76mByjZX2r +8jg== X-Gm-Message-State: AOAM530yhpO7F4FByBrLiovXglHSn4ICp0UZJASD24zrMtAyoM2nSTbM PDG8ugZbWtQUSh91WwaSNnfEaW40Kw== X-Google-Smtp-Source: ABdhPJzM7ml7b2qWMaeeHHqdr4jqWxqCOC4ur0rZr2bjaEW+Jevj1h6mdARyy6tys/GUJyU3/Xt+UQ== X-Received: by 2002:a05:620a:199d:b0:6a3:a2d2:abee with SMTP id bm29-20020a05620a199d00b006a3a2d2abeemr22554056qkb.549.1653843338644; Sun, 29 May 2022 09:55:38 -0700 (PDT) Received: from localhost.localdomain (2603-6081-7b00-25fd-0000-0000-0000-1003.res6.spectrum.com. [2603:6081:7b00:25fd::1003]) by smtp.gmail.com with ESMTPSA id o15-20020ac841cf000000b002f90517bc25sm6130409qtm.41.2022.05.29.09.55.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 09:55:38 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 16/20] Drop CONFIG_SPL_SIZE Date: Sun, 29 May 2022 12:55:17 -0400 Message-Id: <20220529165521.912054-16-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220529165521.912054-1-trini@konsulko.com> References: <20220529165521.912054-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 We do not reference CONFIG_SPL_SIZE in the code, remove it. Signed-off-by: Tom Rini --- include/configs/clearfog.h | 3 --- include/configs/controlcenterdc.h | 3 --- include/configs/db-88f6820-amc.h | 3 --- include/configs/db-88f6820-gp.h | 3 --- include/configs/helios4.h | 3 --- include/configs/turris_omnia.h | 3 --- include/configs/x530.h | 5 ----- 7 files changed, 23 deletions(-) diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index c2aef08dbf98..4aaeba3602d8 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -42,9 +42,6 @@ /* SPL */ -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - #if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA) /* SPL related MMC defines */ #ifdef CONFIG_SPL_BUILD diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h index 914d7ec83d89..571fdb3b07c7 100644 --- a/include/configs/controlcenterdc.h +++ b/include/configs/controlcenterdc.h @@ -34,9 +34,6 @@ #define SPL_BOOT_SDIO_MMC_CARD 2 #define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (160 << 10) - #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD /* SPL related MMC defines */ #ifdef CONFIG_SPL_BUILD diff --git a/include/configs/db-88f6820-amc.h b/include/configs/db-88f6820-amc.h index 0b814f5e969e..523a4ead0253 100644 --- a/include/configs/db-88f6820-amc.h +++ b/include/configs/db-88f6820-amc.h @@ -39,9 +39,6 @@ #define SPL_BOOT_SPI_NOR_FLASH 1 #define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h index fe75666d0540..acc09da89d38 100644 --- a/include/configs/db-88f6820-gp.h +++ b/include/configs/db-88f6820-gp.h @@ -39,9 +39,6 @@ #define SPL_BOOT_SDIO_MMC_CARD 2 #define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SPI_NOR_FLASH -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - #if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD /* SPL related MMC defines */ #ifdef CONFIG_SPL_BUILD diff --git a/include/configs/helios4.h b/include/configs/helios4.h index 90a631c3761a..c8aa564097b6 100644 --- a/include/configs/helios4.h +++ b/include/configs/helios4.h @@ -42,9 +42,6 @@ /* SPL */ -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - #if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA) /* SPL related MMC defines */ #ifdef CONFIG_SPL_BUILD diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 4bbc992c9f83..c4671f111602 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -26,9 +26,6 @@ "fdt_high=0x10000000\0" \ "initrd_high=0x10000000\0" -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - #ifdef CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC /* SPL related MMC defines */ # ifdef CONFIG_SPL_BUILD diff --git a/include/configs/x530.h b/include/configs/x530.h index e66d8af802a0..d8fc3c13d062 100644 --- a/include/configs/x530.h +++ b/include/configs/x530.h @@ -64,9 +64,4 @@ #define CONFIG_UBI_PART user #define CONFIG_UBIFS_VOLUME user -/* SPL */ - -/* Defines for SPL */ -#define CONFIG_SPL_SIZE (140 << 10) - #endif /* _CONFIG_X530_H */ -- 2.25.1