
On Sun, Jan 24, 2016 at 02:05:36PM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:
Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 25d5352c71dcc599030a4a764d8087185ed537d3:
x86: ivybridge: Use syscon for the GMA device (2016-01-24 12:09:42 +0800)
First, Applied to u-boot/master, thanks!
Second, and why I moved Simon to the to list: Summary of 2 commits for 1 boards (1 thread, 24 jobs per thread) 01: Merge git://git.denx.de/u-boot-fdt 71: x86: ivybridge: Use syscon for the GMA device aarch64: (for 1/1 boards) all +152.0 data +128.0 text +24.0 hikey : all +152 data +128 text +24 u-boot: add: 1/0, grow: 0/0 bytes: 128/0 (128) function old new delta _u_boot_list_2_uclass_2_disk - 128 +128 (no errors to report)
There was a similar problem in the last -dm pull where a Kconfig thinko meant that everyone got at least an empty uclass linked in that wasn't used. I'm guessing a similar thing happens here which is why _everything_ has a slight size increase.
Third, buildman is awesome, I wish I had started using -S much sooner in my every merge builds :)