From d03e76af5ce343d9bae253b7604b2d9334d40a46 Mon Sep 17 00:00:00 2001 From: Sam Protsenko Date: Thu, 16 Aug 2018 23:34:13 +0300 Subject: cmd: Add dtimg command dtimg command allows user to work with Android DTB/DTBO image format. Such as, getting the address of desired DTB/DTBO file, printing the dump of the image in U-Boot shell, etc. This command is needed to provide Android boot with new Android DT image format further. Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini --- common/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/Makefile b/common/Makefile index 7100541..7473b85 100644 --- a/common/Makefile +++ b/common/Makefile @@ -108,6 +108,8 @@ obj-$(CONFIG_IO_TRACE) += iotrace.o obj-y += memsize.o obj-y += stdio.o +obj-$(CONFIG_CMD_DTIMG) += image-android-dt.o + ifdef CONFIG_CMD_EEPROM_LAYOUT obj-y += eeprom/eeprom_field.o eeprom/eeprom_layout.o endif -- cgit v1.1