097_elf_strip.dts 167 B

123456789101112131415
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. u-boot-elf {
  8. strip;
  9. };
  10. u-boot-spl-elf {
  11. };
  12. };
  13. };