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
12