rpi: tizen-boot: rpi3: remove unnecessary comment
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Feb 2019 06:45:25 +0000 (15:45 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:19 +0000 (13:19 +0900)
Remove unnecessary comment.

Change-Id: I8eebe6b7e24101556ee444d0cebc75edb0d8e454
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/raspberrypi/rpi/tizen-boot-rpi3.scr

index cca6f56..4393faf 100644 (file)
@@ -1,7 +1,5 @@
 # U-boot script for tizen RPI3
 
-# Device that included the image.
-
 if test -e $bootdev $mmcbootdev:$mmcinformpart $rebootparamfile; then;
        ext4load $bootdev $mmcbootdev:$mmcinformpart $rebootparam_addr $rebootparamfile;
        if itest.l *${rebootparam_addr} == ${upgrade_val}; then;