summaryrefslogtreecommitdiff
path: root/board/BuR/common/common.c
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2018-07-06 16:41:22 +0300
committerTom Rini <trini@konsulko.com>2018-07-20 00:03:34 +0300
commit2930941aee2ceb1452a4a779cdb20df150fc332f (patch)
tree4bb6744dcbdee4136a570369fe857b88802b760f /board/BuR/common/common.c
parent959636797069c7ea77b44f4f52dd6851f9861737 (diff)
downloadu-boot-2930941aee2ceb1452a4a779cdb20df150fc332f.tar.xz
board/BuR/common: remove interface Label from summary screen
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 <oe5hpm@oevsv.at>
Diffstat (limited to 'board/BuR/common/common.c')
-rw-r--r--board/BuR/common/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/BuR/common/common.c b/board/BuR/common/common.c
index e1ac6c46e5..1e14a902e9 100644
--- a/board/BuR/common/common.c
+++ b/board/BuR/common/common.c
@@ -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");
}