Update Kendryte k210 support

Booting now.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
This commit is contained in:
Damien Le Moal
2018-12-21 09:14:44 +09:00
parent d403c70fb1
commit 745ae45e65
7 changed files with 173 additions and 1445 deletions

View File

@@ -12,8 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _SYSCTL_H_
#define _SYSCTL_H_
#ifndef _K210_SYSCTL_H_
#define _K210_SYSCTL_H_
#include <sbi/sbi_types.h>
#include "platform.h"
@@ -942,4 +942,4 @@ u64 sysctl_get_time_us(void);
void sysctl_usleep(u64 usec);
#endif /* _SYSCTL_H_ */
#endif /* _K210_SYSCTL_H_ */