From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Sep 2020 15:12:34 +0200 Subject: [PATCH] arm: mach-rmobile: Mark the default s_init function as weak In-Reply-To: <20200922080917.4693-1-biju.das.jz@bp.renesas.com> References: <20200922080917.4693-1-biju.das.jz@bp.renesas.com> Message-ID: <05967155-3c18-7100-a7de-b6621eaff1a9@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9/22/20 10:09 AM, Biju Das wrote: > Mark the default s_init function as weak, so that SoC's can > override it if needed, and it will still be discarded if unused. Applied to sh/next, thanks