mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
12 lines
192 B
C
12 lines
192 B
C
|
/* 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
|