]> Git Repo - J-u-boot.git/commitdiff
board/BuR/common: remove interface Label from summary screen
authorHannes Schmelzer <[email protected]>
Fri, 6 Jul 2018 13:41:22 +0000 (15:41 +0200)
committerTom Rini <[email protected]>
Thu, 19 Jul 2018 21:03:34 +0000 (17:03 -0400)
This interface names may vary over different products, to consider this
fact we replace the interface label "IF1" and "IF2" on the summary
screen with some more generic wording "MAC1" and "MAC2".

Signed-off-by: Hannes Schmelzer <[email protected]>
board/BuR/common/common.c

index e1ac6c46e5a4f90eedd2c2e7b2a4a510dd6f5a42..1e14a902e9b73b85974820cd3740946293156712 100644 (file)
@@ -176,8 +176,8 @@ void br_summaryscreen(void)
 {
        br_summaryscreen_printenv(" - B&R -", "br_orderno", 0, "-\n");
        br_summaryscreen_printenv(" Serial/Rev :", "br_serial", 0, "\n");
-       br_summaryscreen_printenv(" MAC (IF1)  :", "br_mac1", "ethaddr", "\n");
-       br_summaryscreen_printenv(" MAC (IF2)  :", "br_mac2", 0, "\n");
+       br_summaryscreen_printenv(" MAC1       :", "br_mac1", "ethaddr", "\n");
+       br_summaryscreen_printenv(" MAC2       :", "br_mac2", 0, "\n");
        lcd_puts(" Bootloader : " PLAIN_VERSION "\n");
        lcd_puts("\n");
 }
This page took 0.035005 seconds and 4 git commands to generate.