/* SPDX-License-Identifier: GPL-2.0+ */

#ifndef __ODROID_M1_H
#define __ODROID_M1_H

#define ROCKCHIP_DEVICE_SETTINGS \
	"cramfsaddr=0x0c000000\0"

#include <configs/rk3568_common.h>

#endif