From: Dongwoo Lee Date: Fri, 3 May 2019 06:08:01 +0000 (+0900) Subject: rpi: tizen-boot: rpi3-32b: Enable custom network configuration X-Git-Tag: submit/tizen/20190503.062448^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F205410%2F1;p=platform%2Fkernel%2Fu-boot.git rpi: tizen-boot: rpi3-32b: Enable custom network configuration To apply custom network configuration, this patch adds ip_opt to bootcmd. Change-Id: Ic0a62ed05af37f7393d5d35ab83312bde28b03b3 Fixes: 653d68709c27 ("rpi: tizen-boot: rpi3-32b: pass network arguments on flash mode") Signed-off-by: Dongwoo Lee --- diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr b/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr index 13ae5fc6c1..d44580f8f6 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr @@ -57,7 +57,7 @@ fi setenv boot_prefixes \"/\" # To use comdline for using serial console. /* Normal mode */ -setenv bootargs \"${tizen_bootarg} smsc95xx.macaddr=${ethaddr} root=/dev/${rootdev} rw bootmode=${bootmode} rootwait ${console} ${opts}\" +setenv bootargs \"${tizen_bootarg} smsc95xx.macaddr=${ethaddr} root=/dev/${rootdev} rw bootmode=${bootmode} rootwait ${console} ${opts} ${ip_opt}\" # Find the ramdisk offset and block count part start $bootdev $mmcrootdev $ramdiskpart ramdisk_start