repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Fix Kconfig coding style
[u-boot.git]
/
include
/
configs
/
odroid_m1.h
blob
0d2e9fd94bf1619b8d99d1c12d425132374b7190
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
3
#ifndef __ODROID_M1_H
4
#define __ODROID_M1_H
5
6
#define ROCKCHIP_DEVICE_SETTINGS \
7
"cramfsaddr=0x0c000000\0"
8
9
#include <configs/rk3568_common.h>
10
11
#endif