mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
![]() When compiling the driver in aarch64, and with LOG_LEVEL_VERBOSE, there is a compilation error on the message displaying the version of the peripheral. The masks are making the variable unsigned long, whereas we want to display an unsigned int. As the registers are 32-bit, we should use GENMASK_32 instead of GENMASK. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I002dd5ad901f68a9480f758eaaa4428f969813c1 |
||
---|---|---|
.. | ||
bsec | ||
clk | ||
crypto | ||
ddr | ||
etzpc | ||
fmc | ||
gpio | ||
i2c | ||
iwdg | ||
mmc | ||
pmic | ||
regulator | ||
reset | ||
spi | ||
uart | ||
usb |