rpi: tizen-boot: rpi3: remove unnecessary comment 22/200522/1 accepted/tizen/unified/20190314.220453 submit/tizen/20190313.093514
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Feb 2019 06:45:25 +0000 (15:45 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Feb 2019 06:45:25 +0000 (15:45 +0900)
Remove unnecessary comment.

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

index cca6f5602cc9ea4110eca732bc3fd7a1872ae5ad..4393faf20a765309bf645fc9205595bcaa0ae8e4 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;