diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2021-01-21 16:21:11 +0100 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:30 +0900 |
commit | 7cee8acccb9bdf8ccab2a50e4fd96cc7cf155a9d (patch) | |
tree | f9116a4eb3712e232c314ae0e78e15ce919b87db /include | |
parent | c186bc3a5bc96268ed1d54e0287cc4c8f0d856ff (diff) | |
download | u-boot-7cee8acccb9bdf8ccab2a50e4fd96cc7cf155a9d.tar.gz u-boot-7cee8acccb9bdf8ccab2a50e4fd96cc7cf155a9d.tar.bz2 u-boot-7cee8acccb9bdf8ccab2a50e4fd96cc7cf155a9d.zip |
samsung: tizen_rpi: remove support for the obsolete files
Remove no longer used 'u-boot.img' and 'optee.bin' images from the 'boot'
partition and dfu_alt_info image list.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Iaecb24070f80bb8860dc7c1faebff2cf6b2d1581
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_rpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 6770f4a453..06717b5037 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -26,11 +26,9 @@ "bcm2837-rpi-3-b.dtb fat 0 1;" \ "bcm2710-rpi-3-b-plus.dtb fat 0 1;" \ "bcm2711-rpi-4-b.dtb fat 0 1;" \ - "u-boot.img fat 0 1;" \ "u-boot.bin fat 0 1;" \ "uboot.env fat 0 1;" \ "boot.scr.uimg fat 0 1;" \ - "optee.bin fat 0 1;" \ "zImage fat 0 1;" \ "boot.img part 0 1;" \ "rootfs part 0 2;" \ |