mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-03-16 03:41:24 +00:00
platform: kendryte/k210: Don't include math.h
The math.h is not required anymore and it also gives compile error for certain toolchains hence thsi patch removes math.h include from kendryte/k210/sysctl.c. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
parent
ef5f4e149c
commit
db6c1fe78b
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <sbi/riscv_encoding.h>
|
||||
#include <math.h>
|
||||
#include "sysctl.h"
|
||||
|
||||
#define SYSCTRL_CLOCK_FREQ_IN0 (26000000UL)
|
||||
|
|
Loading…
Add table
Reference in a new issue