21 lines
336 B
C
21 lines
336 B
C
/*
|
|
* Copyright (c) 2019 Elliot Berman
|
|
*
|
|
* Use of this source code is governed by a MIT-style
|
|
* license that can be found in the LICENSE file or at
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#include <target.h>
|
|
#include <arch/arch_ops.h>
|
|
#include <platform/sifive.h>
|
|
|
|
void target_early_init(void) {
|
|
}
|
|
|
|
void target_init(void) {
|
|
}
|
|
|
|
|
|
|