]> git.sur5r.net Git - u-boot/commit
sunxi: Pine64: temporarily remove extra Pine64 non-plus DT
authorAndre Przywara <andre.przywara@arm.com>
Sat, 27 Jan 2018 00:52:22 +0000 (00:52 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 13 Mar 2018 14:33:45 +0000 (20:03 +0530)
commit47952b8e42c2790150e16d3d4235b3a1ee0ba9bb
tree9618f622bf8f89ec185e6bdf54c3258423a78828
parentf95ab1fb6e37f0601f397091bb011edf7a98b890
sunxi: Pine64: temporarily remove extra Pine64 non-plus DT

With the merge of the new u-boot.itb size check now the build for
pine64_plus_defconfig breaks, as this file gets too large:
=============
u-boot.itb exceeds file size limit:
  limit:  516096 bytes
  actual: 521852 bytes
  excess: 5756 bytes
make: *** [u-boot.itb] Error 1
=============
One easily fixable reason is that we actually have two .dtbs in our FIT
image, one for the regular Pine64+ board, and one for the non-plus version.
The only difference U-Boot cares about is the 100Mbit Ethernet PHY used
on the non-plus version, however Ethernet isn't enabled in the non-plus
DT anyway.
So we could avoid the non-plus special handling, and remove that extra
.dtb from the FIT image, which saves a few KBs and brings us back below the
limit. The Pine64 would boot with a Pine64+ .dtb, and would fail to
enable Ethernet. Given that it didn't work in the first place, this is not
a regression.
Once we switch to a non-MMC environment, we can bring this back, then
with a proper .dtb and hopefully working Ethernet.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
configs/pine64_plus_defconfig