Update u-boot from SPF11.1.CSU1 to SPF11.4.CS
Fixes up all the rejects:
./arch/arm/dts/Makefile
Caused by an endif added by us to support booting with a single
DTS.
./board/qca/arm/common/board_init.c
./board/qca/arm/common/cmd_bootqca.c
./board/qca/arm/common/fdt_fixup.c
Caused by fixups added by us.
./drivers/net/ipq807x/ipq807x_uniphy.c
Qcom a typo
if (condition);
We fixed it by removing the semicolon
They fixed it by removing the if and it's body
Took their version
./include/configs/ipq807x.h
CONFIG_SILENT_CONSOLE is conditionally set by us, so ignoring
this change.
./lib/fdtdec.c
Qcom added support for compressed DTBS if CONFIG_OF_COMBINE is
defined. We've removed this support previously, so dropping the whole
change.
Change-Id: I2c2a834e81dfc0cd0f2157ef105ee55fe2abdee0
120 files changed