commit | e6761f2a094b8d0da6ab7326268aa5b8617bbe01 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jul 28 17:52:23 2020 +0200 |
committer | Andes <uboot@andestech.com> | Tue Aug 25 09:33:35 2020 +0800 |
tree | f2400ae126bffb197a73a308443fac0da3278ed6 | |
parent | 93b2a83546949e376c5bf70bba15756577fd564a [diff] |
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>