Jonas Karlman | 12e2e7e | 2023-07-22 14:02:15 +0000 | [diff] [blame] | 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 |