17 lines
318 B
C
17 lines
318 B
C
/*
|
|
* Copyright (c) 2015 MediaTek Inc.
|
|
*
|
|
* 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 <lk/debug.h>
|
|
#include <lk/reg.h>
|
|
#include <target.h>
|
|
|
|
void target_early_init(void) {
|
|
}
|
|
|
|
void target_init(void) {
|
|
}
|