Files
lk/target/qemu-sifive-u/target.c

21 lines
336 B
C
Raw Normal View History

/*
* 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) {
}