
15 Feb
2024
15 Feb
'24
3:01 p.m.
On Thu, Feb 15, 2024 at 02:53:12PM +0100, Heinrich Schuchardt wrote:
On 15.02.24 2:35 PM, Frieder Schrempf wrote:
From: Frieder Schrempf frieder.schrempf@kontron.de
Describe how to build and boot for the Sielaff i.MX6 Solo board.
Signed-off-by: Frieder Schrempf frieder.schrempf@kontron.de
[snip]
+Build U-Boot +^^^^^^^^^^^^
+.. code-block:: bash
- $ make imx6dl_sielaff_defconfig
- $ make CROSS_COMPILE=arm-none-linux-gnueabihf-
U-Boot does not use floats.
make CROSS_COMPILE=arm-linux-gnueabi-
It's not about floats or not (we pass the right flags) but consistency. And in that case, yes, we should say arm-linux-gnueabi- but also we really need to expand doc/build/{gcc,clang}.rst to be generic enough for platforms to refer back to rather than repeating in slightly different ways what's in those files.
--
Tom