dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(battery): fix battery boot on & cap
huangcm
2025-03-28
46a072a7ae48464c18a6f5c7d215141157664582
[~lzh/A133.git]
/
longan
/
brandy
/
brandy-2.0
/
u-boot-2018
/
board
/
geekbuying
/
geekbox
/
geekbox.c
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2016 Andreas Färber
*/
#include <common.h>
int board_init(void)
{
return 0;
}