boards/risc-v: Remove ref to riscv_internal.h

`riscv_internal.h` is a private chip level header file,
and it should not be included in the board files.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2024-10-23 20:46:14 +08:00
committed by Xiang Xiao
parent 7a137f0353
commit f933b1644e
7 changed files with 0 additions and 11 deletions
@@ -25,8 +25,6 @@
#include <nuttx/config.h>
#include <nuttx/board.h>
#include "riscv_internal.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -24,8 +24,6 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -24,8 +24,6 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -24,7 +24,6 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
#include "esp32c6-devkitc.h"
/****************************************************************************
@@ -24,7 +24,6 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
#include "esp32c6-devkitm.h"
/****************************************************************************
@@ -24,8 +24,6 @@
#include <nuttx/config.h>
#include "riscv_internal.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -40,7 +40,6 @@
#include "qemu_rv_memorymap.h"
#include "qemu_rv_rptun.h"
#include "riscv_internal.h"
#include "riscv_sbi.h"
#include "romfs.h"