x86/build: Declutter the build output
authorIngo Molnar <mingo@kernel.org>
Thu, 20 Aug 2020 06:17:40 +0000 (08:17 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 20 Aug 2020 06:17:40 +0000 (08:17 +0200)
commit642d94cf336fe57675e63a91d11f53d74b9a3f9f
tree8bd6fdf14260997d0a8389845e85ffee2f3d1f28
parent18445bf405cb331117bc98427b1ba6f12418ad17
x86/build: Declutter the build output

We have some really ancient debug printouts in the x86 boot image build code:

  Setup is 14108 bytes (padded to 14336 bytes).
  System is 8802 kB
  CRC 27e909d4

None of these ever helped debug any sort of breakage that I know of, and they
clutter the build output.

Remove them - if anyone needs the see the various interim stages of this to
debug an obscure bug, they can add these printfs and more.

We still keep this one:

  Kernel: arch/x86/boot/bzImage is ready  (#19)

As a sentimental leftover, plus the '#19' build count tag is mildly useful.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: x86@kernel.org
arch/x86/boot/tools/build.c