From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 5 Jun 2020 17:29:51 +0200 Subject: [PATCH v2 05/12] mips: time: Only compile the weak get_tbclk() when needed In-Reply-To: <20200514095912.14428-6-sr@denx.de> References: <20200514095912.14428-1-sr@denx.de> <20200514095912.14428-6-sr@denx.de> Message-ID: <505240a4-e7ae-c0bb-53fa-47da01a8c717@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 Am 14.05.20 um 11:59 schrieb Stefan Roese: > This patch opts-out the compilation of get_tbclk() if > CONFIG_SYS_MIPS_TIMER_FREQ is not defined. This is used on the Octeon > platform, where the weak get_tbclk() function is overwritten by its > platform specific one. > > Signed-off-by: Stefan Roese > > --- > > Changes in v2: > - New patch > > arch/mips/cpu/time.c | 2 ++ > 1 file changed, 2 insertions(+) > applied to u-boot-mips/next, thanks. -- - Daniel