]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: add endian link flag to u-boot-elf.o
authorDu Huanpeng <dhu@hodcarrier.org>
Wed, 30 Mar 2022 18:41:42 +0000 (02:41 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 6 Apr 2022 13:21:49 +0000 (09:21 -0400)
commit21d3e3d107f3b60abe3b10f50930e22330d7e2d3
treeb8fd4b8f7e28540caa907e8385bd17402b257a05
parente8cb4e78c7dcd51f5ef92f465919ce19f8a0356f
Makefile: add endian link flag to u-boot-elf.o

fix compile error when using a little-endian to build with configs:
sfr_nb4-ser_ram_defconfig
comtrend_wap5813n_ram_defconfig
comtrend_ar5387un_ram_defconfig
comtrend_ct5361_ram_defconfig
comtrend_vr3032u_ram_defconfig
comtrend_ar5315u_ram_defconfig
huawei_hg556a_ram_defconfig
netgear_dgnd3700v2_ram_defconfig

Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
Makefile