commit | 183f1e27123769c41b3a73b92839497d4812f790 | [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 | 3ab260105214d56a419c84e6dacbb8ae514548f1 [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>