clk: kendryte/pll.h: do not redefine nop()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 28 Jul 2020 15:52:23 +0000 (17:52 +0200)
committerAndes <uboot@andestech.com>
Tue, 25 Aug 2020 01:33:35 +0000 (09:33 +0800)
commit183f1e27123769c41b3a73b92839497d4812f790
treef2400ae126bffb197a73a308443fac0da3278ed6
parent3ab260105214d56a419c84e6dacbb8ae514548f1
clk: kendryte/pll.h: do not redefine nop()

The kendryte PLL code uses nop as barrier. The macro is not defined for
the sandbox on x86 but is defined on RISC-V.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
include/kendryte/pll.h