summaryrefslogtreecommitdiff
path: root/utils/tests/data/mkdtimg.cfg
blob: 3cf2a813a87e3cdae946be727d401076b545ae9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Global options
  page_size=4096
  id=/:board_id           # Read the value form the path in dtb
  rev=/:board_rev         # Read the value form the path in dtb
  custom0=0xabc           # default value

board1v1.dts.dtb

board1v1_1.dts.dtb
  id=/:another_board_id   # override with another path

board2v1.dts.dtb
  rev=0x201               # override with another value

board1v1.dts.dtb
  custom0=0xdef           # override with another value