mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-05 05:51:03 +01:00
Add the basic Kconfig options, addresses and other values for the existing Kconfig settings for the new Allwinner A523/T527/H728 SoC. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
12 lines
279 B
C
12 lines
279 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Placeholder wrapper to allow addressing Allwinner devices with Cortex-A55
|
|
* cores separately. Please do not add anything in here.
|
|
*/
|
|
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#include <configs/sunxi-common.h>
|
|
|
|
#endif /* __CONFIG_H */
|