commit | a2500ab7aba27ed5d613718f5f15371bbe895ca6 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Thu Aug 17 11:44:07 2023 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Sep 27 16:21:58 2023 +0200 |
tree | 6bb81c45f80a67733ba236b1d846a0087ceaa946 | |
parent | 8b826636a39e0f20cc2c0557288b1eeab46fb923 [diff] |
fix(st): reduce MMC block_buffer This buffer used by io_block should be the size on one block (512 bytes) not 512*4 due to the use of uint32_t. Change that to uint8_t. This reduces the size of BSS by 1.5KiB. Change-Id: I8492f13f5386679b0c81efba66911422412782f9 Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>