Samuel Holland 5ca9b18e80 riscv: Add CONFIG_TARGET_SUN20I_D1
Signed-off-by: Samuel Holland <samuel@sholland.org>
2022-11-25 19:07:25 -06:00

12 lines
289 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Placeholder wrapper to allow addressing Allwinner D1 (and later) sun20i
* CPU based devices separately. Please do not add anything in here.
*/
#ifndef __CONFIG_H
#define __CONFIG_H
#include <configs/sunxi-common.h>
#endif /* __CONFIG_H */