]> git.baikalelectronics.ru Git - arm-tf.git/commit
docs(porting-guide): correct typo of "bits" to "bytes"
authorMax Yu <maxlyu@google.com>
Thu, 8 Sep 2022 23:21:21 +0000 (23:21 +0000)
committermaxlyu <maxlyu@google.com>
Mon, 12 Sep 2022 20:35:14 +0000 (22:35 +0200)
commit5c60b8c8cecb6640f45341ce60dd1cfaf3c33488
treefa1a73e5f219044738bab29f86fc3afeba749362
parent045b500e9fbc0060ead676f0507b2ab16931fbf5
docs(porting-guide): correct typo of "bits" to "bytes"

The CACHE_WRITEBACK_GRANULE is documented to be in bits, but
specifying the value in bits broke a build. Further investigation
suggests that the value should in fact be in bytes. See
https://github.com/ARM-software/arm-trusted-firmware/blob/master/include/arch/aarch64/
smccc_helpers.h#L101
and
https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Common-Type-Attributes.html

Change-Id: I9a2b2fbe18d5a58a8f9aeb2726a0623f3484c88e
Signed-off-by: Max Yu <maxlyu@google.com>
docs/getting_started/porting-guide.rst