134_fdt_update_all_repack.dts 269 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. allow-repack;
  8. section {
  9. size = <0x300>;
  10. u-boot-dtb {
  11. offset = <4>;
  12. };
  13. };
  14. u-boot-spl-dtb {
  15. };
  16. u-boot-tpl-dtb {
  17. };
  18. fdtmap {
  19. };
  20. };
  21. };