mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
9596367970
commit
2930941aee
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue