]> git.baikalelectronics.ru Git - uboot.git/commit
board: m5253demo: remove floating point flash size calculation
authorAngelo Dureghello <angelo@kernel-space.org>
Tue, 14 Mar 2023 23:43:07 +0000 (00:43 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Wed, 15 Mar 2023 00:52:15 +0000 (01:52 +0100)
commit414ac29d9fab54702da90233939f1e38a01112ab
tree8d34f046c9b8921b354eeb3134b9f1570f4cd5cb
parent3b86f0e3d2d78d17326edc18c69562a30cb9541b
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>
board/freescale/m5253demo/flash.c