gen-dtb-s: Put compressed dtb in different section
For builtin dtbs all compiled dtbs matching section .dtb.rodata.*
are collected in a single section. Since every dtb is compiled as
uncompressed and also as compressed binary each dtb ends up twice
in the section. Let's put the compressed variants in .dtbz.rodata.*
sections rather than .dtb.rodata.*.z so they end up in the binary
only once.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Tested-by: Daniel Krüger <daniel.krueger@systec-electronic.com>
1 parent 0e1b3c4 commit 02ede48e67b96b947b26f13804a5f05c36a124c8
@Sascha Hauer Sascha Hauer authored on 14 Oct 2016
Showing 1 changed file
View
scripts/gen-dtb-s