139_replace_repack.dts 243 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. size = <0xc00>;
  8. allow-repack;
  9. u-boot {
  10. };
  11. fdtmap {
  12. };
  13. u-boot-dtb {
  14. };
  15. image-header {
  16. location = "end";
  17. };
  18. };
  19. };