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 BFE7EC433F5 for ; Sun, 29 May 2022 16:57:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7F0B8842AF; Sun, 29 May 2022 18:57:00 +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 B769384284; Sun, 29 May 2022 18:56:28 +0200 (CEST) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (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 BA7138428A for ; Sun, 29 May 2022 18:55:37 +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-f170.google.com with SMTP id b5so17663qkd.9 for ; Sun, 29 May 2022 09:55:37 -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=2z9wvXjdIzXFeOgjMVeAAbBxAmkcCKIV5bp7UEdxuhI=; b=3B5gYdRFFfmqWn3nYQuSa+4uDyqSxlVTCasOeseFOFdlTokCBcbybSMiyRZ0kKgFUN CC3z6Qdqj6RWT4K+KKyzwjOGfbEERDCR7y1QPdQQUMgEoX79cakyzxACOHc2ZjigI7CC WCM2DfL9kweoGfHDa787BIcc4QAWS66uXSdchdyAbi6Cp8VFYWqSykqJTHCjHBJviLfH dq7VCUVJ/Sq+1OwYm7mHz5hB5I9hzR4E8f1Ob0qpGpD/YMc7TS298h/wfnjRx2apAm65 k3vMfv+Hcc36e7pcgTRv9qtpNR05bRp1HvCtJkx5awlCLQpl6CrDPloQgMzXFNMv4tx/ 2xOw== X-Gm-Message-State: AOAM530B7P1fUr+UNv3T2F2qiTyO2MPidIALfJ4mEEnJa8ntp2HF9VvA TdX2AFzGNnGibo8HuwOACSlfbyezEQ== X-Google-Smtp-Source: ABdhPJxE51+meAFhuHfLEHkxLVcx84V/LtmIusL9twEagccOZq92WinvKvDseiifpYChXxTxtjMoWw== X-Received: by 2002:a05:620a:b89:b0:6a3:4c5d:375d with SMTP id k9-20020a05620a0b8900b006a34c5d375dmr30447190qkh.249.1653843335655; Sun, 29 May 2022 09:55:35 -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.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 09:55:35 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 12/20] Remove CONFIG_SPL_STACK_SIZE Date: Sun, 29 May 2022 12:55:13 -0400 Message-Id: <20220529165521.912054-12-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 This is not used anywhere, drop it. Signed-off-by: Tom Rini --- include/configs/microblaze-generic.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index e9c9bf9281ce..389da112b939 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -128,7 +128,4 @@ /* BRAM size - will be generated */ #define CONFIG_SYS_INIT_RAM_SIZE 0x100000 -/* Just for sure that there is a space for stack */ -#define CONFIG_SPL_STACK_SIZE 0x100 - #endif /* __CONFIG_H */ -- 2.25.1