diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2018-05-31 11:10:56 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2018-06-01 02:06:42 +0000 |
commit | b2f7a7f0090e2b8746e4c7b9eb86bee7d585775d (patch) | |
tree | fa559f837de215d10cffd50cc9b0dd4400e186c0 | |
parent | f8b473a25757292ce6e126378c6000241c093573 (diff) | |
download | u-boot-artik7-b2f7a7f0090e2b8746e4c7b9eb86bee7d585775d.tar.gz u-boot-artik7-b2f7a7f0090e2b8746e4c7b9eb86bee7d585775d.tar.bz2 u-boot-artik7-b2f7a7f0090e2b8746e4c7b9eb86bee7d585775d.zip |
configs: artik533_raptor: add the compy board in dfu_alt
To support the compy board, add the compy board in dfu_alt.
It's to download the devicetree file with thor tool.
Change-Id: I9446b72bb7fd9688c184ffe63f3feecf5ad90751
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | include/configs/artik533_raptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/artik533_raptor.h b/include/configs/artik533_raptor.h index 86d64720a7..34437ca1a8 100644 --- a/include/configs/artik533_raptor.h +++ b/include/configs/artik533_raptor.h @@ -372,6 +372,7 @@ "/ramdisk.img ext4 $rootdev $bootpart;" \ "/ramdisk-recovery.img ext4 $rootdev $bootpart;" \ "/s5p4418-artik533-raptor-rev00.dtb ext4 $rootdev $bootpart;" \ + "/s5p4418-artik533-compy.dtb ext4 $rootdev $bootpart;" \ "boot part $rootdev $bootpart;" \ "modules part $rootdev $modulespart;" \ "rootfs part $rootdev $rootpart;" \ |