]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: configs: streamline include/configs/sun*.h wrappers
authorAndre Przywara <andre.przywara@arm.com>
Mon, 4 Jul 2022 14:10:03 +0000 (15:10 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 18 Jul 2022 10:25:09 +0000 (11:25 +0100)
commit9e6342af7ae851ab79583393f52524fa45929c18
tree763b955a6086ece8600ab63be80e0758a93c0250
parent80f74d6e090c180e47406280e133eadf5638a204
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 <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/sun4i.h
include/configs/sun50i.h
include/configs/sun5i.h
include/configs/sun6i.h
include/configs/sun7i.h
include/configs/sun8i.h
include/configs/sun9i.h
include/configs/suniv.h