blob: c5ed42cd2e7214a72a684765c6e8e5648cde26ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __ODROID_M2_H
#define __ODROID_M2_H
#define ROCKCHIP_DEVICE_SETTINGS \
"cramfsaddr=0x0c000000\0"
#include <configs/rk3588_common.h>
#endif
|