mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 15:51:41 +01: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:
@@ -13,7 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#include <sbi/riscv_encoding.h>
|
#include <sbi/riscv_encoding.h>
|
||||||
#include <math.h>
|
|
||||||
#include "sysctl.h"
|
#include "sysctl.h"
|
||||||
|
|
||||||
#define SYSCTRL_CLOCK_FREQ_IN0 (26000000UL)
|
#define SYSCTRL_CLOCK_FREQ_IN0 (26000000UL)
|
||||||
|
Reference in New Issue
Block a user