commit | 4f4f769fdafc6a679b91bb0db1170dd982c8664e | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Jul 09 15:59:26 2019 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Fri Sep 13 16:54:21 2019 +0100 |
tree | 84ac96b0a7ec29aaa0f237140cc1f12ec00ed799 | |
parent | 4ea3bd3c00298b783a346f99f0cd800fdc3275e1 [diff] |
rpi3: Rename RPI3_IO_BASE to RPI_IO_BASE The location of the MMIO window is different between a Raspberry Pi 3 and 4: the former has it just below 1GB, the latter below 4GB. The relative location of the peripherals is mostly compatible though. To allow sharing code between the two models, let's rename the symbol used for the MMIO base to the more generic RPI_IO_BASE name. Change-Id: I3c2762fb30fd56cca743348e79d72ef8c60ddb03 Signed-off-by: Andre Przywara <andre.przywara@arm.com>