From 31483d4393b3ca8d67b6fdab701dd95c3b72481b Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Fri, 3 May 2019 15:08:01 +0900 Subject: [PATCH] rpi: tizen-boot: rpi3-32b: Enable custom network configuration To apply custom network configuration, this patch adds ip_opt to bootcmd. Fixes: 653d68709c27 ("rpi: tizen-boot: rpi3-32b: pass network arguments on flash mode") Change-Id: I42d113f2c1591d62602128bc2e75a464d7cefebc Signed-off-by: Dongwoo Lee --- board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr b/board/raspberrypi/rpi/tizen-boot-rpi3-32b.scr index 13ae5fc..d44580f 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 -- 2.7.4