commit | 2f18ea296ea2e71f378b9362d6e1759dea0cc0f8 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Apr 09 11:27:21 2020 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Apr 09 13:53:50 2020 +0100 |
tree | a2883d75407fa458e0225bc4f5f6918994d24c58 | |
parent | b63640543b4d88c200d87f2dc54c644876a4abd5 [diff] |
arm_fpga: Remove bogus timer initialisation The arm_fpga platform code contains an dubious line to initialise some timer. On closer inspection this turn out to be bogus, as this was only needed on some special (older) FPGA board, and is actually not needed on the current model. Also the base address was wrong anyways. Remove the code entirely. Change-Id: I02e71aea645051b5addb42d972d7a79f04b81106 Signed-off-by: Andre Przywara <andre.przywara@arm.com>