From 93118438243ba428b7f3949a3ba14a9ae54b7381 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Mon, 4 Jul 2022 15:10:03 +0100 Subject: sunxi: configs: streamline include/configs/sun*.h wrappers For mostly historic reasons we had configuration headers for each Allwinner CPU "family". These days they are mostly just including one common header, with the rest being somewhat empty. There were attempts to remove them, and to just use the one common header to begin with, but this has implications to the build system, which me might not be ready for, yet. To document this behaviour, and to avoid something sneaking in over time, make those files all the same (minus the CPU family name and the copyrights), and add a comment explaining that. This makes it easier to just remove those files later on, when needed and possible. Signed-off-by: Andre Przywara Reviewed-by: Tom Rini --- include/configs/sun9i.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'include/configs/sun9i.h') diff --git a/include/configs/sun9i.h b/include/configs/sun9i.h index 6ee08cf..6bf5fc3 100644 --- a/include/configs/sun9i.h +++ b/include/configs/sun9i.h @@ -2,19 +2,12 @@ /* * (C) Copyright 2015 Hans de Goede * - * Configuration settings for the Allwinner A80 (sun9i) CPU + * Placeholder wrapper to allow addressing Allwinner A80 (sun9i) CPU + * based devices separately. Please do not add anything in here. */ - #ifndef __CONFIG_H #define __CONFIG_H -/* - * A80 specific configuration - */ - -/* - * Include common sunxi configuration where most the settings are - */ #include #endif /* __CONFIG_H */ -- cgit v1.1