From d2231bef7bc8ab2c017213a577523090fe0da0df Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 26 Feb 2019 15:45:25 +0900 Subject: [PATCH] rpi: tizen-boot: rpi3: remove unnecessary comment Remove unnecessary comment. Change-Id: I8eebe6b7e24101556ee444d0cebc75edb0d8e454 Signed-off-by: Jaehoon Chung --- board/raspberrypi/rpi/tizen-boot-rpi3.scr | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3.scr b/board/raspberrypi/rpi/tizen-boot-rpi3.scr index cca6f5602c..4393faf20a 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi3.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi3.scr @@ -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; -- 2.34.1