From: Dongwoo Lee Date: Fri, 1 Feb 2019 04:44:54 +0000 (+0900) Subject: rpi: tizen-boot: rpi3: remove dhcp as default network configuration X-Git-Tag: submit/tizen/20211123.233157~254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7043710cfc7d32dd957c64cbc5c3339c76fe170a;p=platform%2Fkernel%2Fu-boot.git rpi: tizen-boot: rpi3: remove dhcp as default network configuration If there is no ip setup on environmental variable, dhcp is used as default. But, in this case, if dhcp server is not set on connected network neither, kernel waits dhcp server for a long time (about 3 minutes). So this patch removes dhcp option. After this, tfm handles unconfigured network. Change-Id: I513503d2ba81b2342c42967fc1b8cb74f17ce215 Signed-off-by: Dongwoo Lee --- diff --git a/board/raspberrypi/rpi/tizen-boot-rpi3.scr b/board/raspberrypi/rpi/tizen-boot-rpi3.scr index b347cc4976..c5d73c820c 100644 --- a/board/raspberrypi/rpi/tizen-boot-rpi3.scr +++ b/board/raspberrypi/rpi/tizen-boot-rpi3.scr @@ -60,8 +60,6 @@ fi if test "${bootmode}" = "flash"; then; if test -n "${ipaddr}"; then; ip_opt=\"ip=${ipaddr}::${gateway}:${netmask}\" - else - ip_opt=\"ip=dhcp\" fi fi