MarvellEmbeddedProcessors / atf-marvell

BSD 3-Clause "New" or "Revised" License
23 stars 24 forks source link

This commit fixes the Armada8k GPIO Register macros. #17

Open svenauhagen opened 5 years ago

svenauhagen commented 5 years ago

n > 32 is wrong. It has to be n > 31 since GPIO 0-31 are on Register 0 and 32-63 on Register 1.