]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: sun4i: remove unneeded base addresses from header
authorAndre Przywara <andre.przywara@arm.com>
Wed, 3 Jan 2024 00:12:23 +0000 (00:12 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 29 Jan 2024 01:18:52 +0000 (01:18 +0000)
commit2f2cb03b6fff21048bb61f1487232bcb046ce387
tree289748b85f7889c43db0a925c4c0e5aedfef8382
parent4c5f03ef3fefea617437f743e9a7687587e7f7a2
sunxi: sun4i: remove unneeded base addresses from header

The cpu_sun4i.h header file defined the base addresses for quite some
peripherals of earlier Allwinner CPUs, even though we now only use a
fraction of that.
Most of the addresses are now either read from the DT, or were never
used in U-Boot in the first place.

Removed the ones that are not used in the whole of the U-Boot source.
to make it clear that this file only contains addresses that are needed
for the SPL operation.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/include/asm/arch-sunxi/cpu_sun4i.h