commit | 791840fdc41d7e937158a6ac56e9316391fde7ab | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Wed Mar 15 00:43:07 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Wed Mar 15 01:52:15 2023 +0100 |
tree | 8d34f046c9b8921b354eeb3134b9f1570f4cd5cb | |
parent | ec4322e70ba74f6ab81a73558cff88d6a51e785d [diff] |
board: m5253demo: remove floating point flash size calculation This board is using floating point arithmetic to display the SST39VF6401B flash size. This actually generates errors with toolchains without appropriate sw fp math functions available. SST39VF6401B is the only flash for wich the size is displayed, it's size is 8192KB and floating point calculation seems not needed. Removing it. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>