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 D6179C433F5 for ; Tue, 5 Apr 2022 13:15:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1163783BF8; Tue, 5 Apr 2022 15:14:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="uzfwn2TV"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 985FE83B8B; Tue, 5 Apr 2022 15:14:25 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9E7FC83BC9 for ; Tue, 5 Apr 2022 15:14:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6FA8D61879; Tue, 5 Apr 2022 13:14:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAE28C385A1; Tue, 5 Apr 2022 13:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649164455; bh=p84pEM9GzJfNG+XbiI+/QdVdYUiX/ftY4PomRaKeh5A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uzfwn2TVku4O0UET977zQLXYxgxE5AnvsmT8gr1a9+ly5hFYNxeqhf1WfScDBnbUD iGzx45PoTyb3p8ph3wV7JZeEx1ZeJM0RLaGpixus8FePoffdyJb7fD0j+bL7SbDqGZ knlWNzuD6ra+FKeyjDzcRXZp2VF8d2xLSzU1CzOwVZkPiS2p+ueP6WSwahjXhl703I JMg8YNElgXKAwH4uXgaAL+wd7Zfedge9+V6VUfr+2w1nrMMEKu1GxNbxNLQSk5jT3l 5CuSkvM3TlHhIoyyMRTUuR/BRwdkF3mWmz8mpLismpnGDH0u89FxVeFU3Z+sztN9K9 IIU5ZOCy7Y02A== Received: by pali.im (Postfix) id 60AC87B2; Tue, 5 Apr 2022 15:14:15 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Priyanka Jain , Qiang Zhao , Shengzhou Liu , Alexander Graf , Bin Meng , Wolfgang Denk , Sinan Akman Cc: u-boot@lists.denx.de Subject: [PATCH 5/8] powerpc: mpc85xx: Put bss after image when not including reset vector Date: Tue, 5 Apr 2022 15:12:34 +0200 Message-Id: <20220405131237.405-6-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220405131237.405-1-pali@kernel.org> References: <20220405131237.405-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 Linker knows exact size of the image, so there is no need to use CONFIG_SYS_MONITOR_LEN macro (which should be upper limit). Remove usage of CONFIG_SYS_MONITOR_LEN macro to simplify setup. Signed-off-by: Pali Rohár --- arch/powerpc/cpu/mpc85xx/u-boot.lds | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/u-boot.lds b/arch/powerpc/cpu/mpc85xx/u-boot.lds index 565d5deb530a..9d0f0d58d804 100644 --- a/arch/powerpc/cpu/mpc85xx/u-boot.lds +++ b/arch/powerpc/cpu/mpc85xx/u-boot.lds @@ -11,10 +11,6 @@ #define RESET_VECTOR_ADDRESS 0xfffffffc #endif -#ifndef CONFIG_SYS_MONITOR_LEN -#define CONFIG_SYS_MONITOR_LEN 0x80000 -#endif - OUTPUT_ARCH(powerpc) ENTRY(_start) @@ -86,7 +82,7 @@ SECTIONS { KEEP(arch/powerpc/cpu/mpc85xx/start.o (.bootpg)) } :text = 0xffff - . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN; + . = _end; #else .bootpg RESET_VECTOR_ADDRESS - 0xffc : { -- 2.20.1