mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
This target is used for Allwinner's sun20i series of RISC-V SoCs, starting with the Allwinner D1 and D1s. Signed-off-by: Samuel Holland <samuel@sholland.org>
12 lines
289 B
C
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 */
|