2018-05-20 16:10:58 +08:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2015 MediaTek Inc.
|
|
|
|
|
*
|
2019-07-05 17:22:23 -07:00
|
|
|
* 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
|
2018-05-20 16:10:58 +08:00
|
|
|
*/
|
2019-06-17 18:28:51 -07:00
|
|
|
#include <lk/debug.h>
|
|
|
|
|
#include <lk/reg.h>
|
2018-05-20 16:10:58 +08:00
|
|
|
#include <target.h>
|
|
|
|
|
|
2019-06-19 20:54:28 -07:00
|
|
|
void target_early_init(void) {
|
2018-05-20 16:10:58 +08:00
|
|
|
}
|
|
|
|
|
|
2019-06-19 20:54:28 -07:00
|
|
|
void target_init(void) {
|
2018-05-20 16:10:58 +08:00
|
|
|
}
|