mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
33f4750783
Add the core architecture code for the rk3066. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
9 lines
156 B
C
9 lines
156 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS
|
|
#include <configs/rk3066_common.h>
|
|
|
|
#endif
|