From: Jaehoon Chung Date: Wed, 30 Aug 2017 08:39:04 +0000 (+0900) Subject: rpi3: tizen-boot: Add the ethernet macaddr X-Git-Tag: accepted/tizen/4.0/unified/20170830.134209^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F146750%2F1;p=platform%2Fkernel%2Fu-boot.git rpi3: tizen-boot: Add the ethernet macaddr Add the smsc95xx.macaddr for using the unique macaddr. Change-Id: I5d74c2d44372ca19d4776c3dd12504f888500748 Signed-off-by: Jaehoon Chung --- diff --git a/board/raspberrypi/rpi/tizen-boot.scr b/board/raspberrypi/rpi/tizen-boot.scr index aabe27b..437763c 100644 --- a/board/raspberrypi/rpi/tizen-boot.scr +++ b/board/raspberrypi/rpi/tizen-boot.scr @@ -57,7 +57,7 @@ setenv fdtfile \"bcm2710-rpi-3-b.dtb\" setenv boot_prefixes \"/\" # To use comdline for using serial console. /* Normal mode */ -setenv bootargs \"8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 bcm2709.uart_clock=48000000 root=/dev/${rootdev} rw bootmode=${bootmode} bcm2709.boardrev=0xa02082 rootwait earlyprintk console=ttyS0,115200n8 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000\" +setenv bootargs \"8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 bcm2709.uart_clock=48000000 smsc95xx.macaddr=${ethaddr} root=/dev/${rootdev} rw bootmode=${bootmode} bcm2709.boardrev=0xa02082 rootwait earlyprintk console=ttyS0,115200n8 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000\" # Find the ramdisk offset and block count part start $bootdev $ramdiskdev $ramdiskpart ramdisk_start