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
Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git]
/
include
/
configs
/
rock.h
blob
96aefc194789625ec63624bc6682b24315631d7b
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2015 Google, Inc
4
*/
5
6
#ifndef __CONFIG_H
7
#define __CONFIG_H
8
9
#define ROCKCHIP_DEVICE_SETTINGS
10
#include <configs/rk3188_common.h>
11
12
#endif