Jonas Karlman | bcc7eef | 2024-10-03 19:59:34 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | #ifndef __ODROID_M2_H | ||||
4 | #define __ODROID_M2_H | ||||
5 | |||||
6 | #define ROCKCHIP_DEVICE_SETTINGS \ | ||||
7 | "cramfsaddr=0x0c000000\0" | ||||
8 | |||||
9 | #include <configs/rk3588_common.h> | ||||
10 | |||||
11 | #endif |