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

board1v1.dts.dtb

board1v1_1.dts.dtb
  id=0xddccbbaa           # override with another path
  rev=0x01000100          # override default rev

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

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