From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 5 Jun 2020 17:29:38 +0200 Subject: [PATCH v2 04/12] mips: cache: Make flush_cache() weak to enable overwrite In-Reply-To: <20200514095912.14428-5-sr@denx.de> References: <20200514095912.14428-1-sr@denx.de> <20200514095912.14428-5-sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 14.05.20 um 11:59 schrieb Stefan Roese: > This patch adds __weak to flush_cache() in lib/cache.c. This makes it > possible to overwrite this function by a platforms specific version, > like done with the Octeon base port. > > Signed-off-by: Stefan Roese > > --- > > Changes in v2: > - New patch > > arch/mips/lib/cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-mips/next, thanks. -- - Daniel