cmd: CMD_DTMIG: select OF_LIBFDT_OVERLAY
Change-Id: I67d7040d477712169c815273dfaf913a4cf258e7 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
c9f547d895
commit
6213b40154
|
|
@ -233,6 +233,7 @@ config CMD_BOOTMENU
|
||||||
|
|
||||||
config CMD_DTIMG
|
config CMD_DTIMG
|
||||||
bool "dtimg"
|
bool "dtimg"
|
||||||
|
select OF_LIBFDT_OVERLAY
|
||||||
help
|
help
|
||||||
Android DTB/DTBO image manipulation commands. Read dtb/dtbo files from
|
Android DTB/DTBO image manipulation commands. Read dtb/dtbo files from
|
||||||
image into RAM, dump image structure information, etc. Those dtb/dtbo
|
image into RAM, dump image structure information, etc. Those dtb/dtbo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue