coreboot/src
Edward O'Callaghan 2a0a02f98f drivers/net/r8168: Fix extraneous space in "ethernet_mac "
Unfortunately this was noticed only after commit 0e1380683f
merged, credit to Sam McNally for spotting it. Previously
the legacy path replaced the space with a null byte and so
the expected string here is precisely "ethernet_mac" and
not "ethernet_mac ".

BUG=b:152157720
BRANCH=none
TEST=none

Change-Id: I603fad4efd6d6c539137dd714329bcea1877abdd
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39856
Reviewed-by: Sam McNally <sammc@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-03-26 06:27:41 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86: Add Kconfig option for 2nd VGA BIOS image 2020-03-25 10:46:52 +00:00
commonlib src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00
console treewide: Replace BOARD_EMULATION_QEMU_X86 2020-03-03 10:16:09 +00:00
cpu acpi: correct the processor devices scope 2020-03-25 10:43:37 +00:00
device Rework map_oprom_vendev to add revision check and mapping 2020-03-25 10:49:08 +00:00
drivers drivers/net/r8168: Fix extraneous space in "ethernet_mac " 2020-03-26 06:27:41 +00:00
ec acpi: Change Processor ACPI Name (Intel only) 2020-03-23 16:54:58 +00:00
include create stdio.h and stdarg.h for {,v}snprintf 2020-03-25 23:38:46 +00:00
lib src/device: Add option to look at revision in option roms 2020-03-25 10:48:21 +00:00
mainboard drivers/net/r8168: Fix ethernet_mac[0-9] format for vpd 2020-03-26 05:32:40 +00:00
northbridge nb/intel/sandybridge: Cache FRQ index 2020-03-25 16:12:20 +00:00
security src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00
soc soc/intel/xeon_sp: Configure P2SB BAR in bootblock 2020-03-26 02:53:26 +00:00
southbridge drivers/intel/gma/acpi: Reduce display switching stubs 2020-03-24 16:43:00 +00:00
superio create stdio.h and stdarg.h for {,v}snprintf 2020-03-25 23:38:46 +00:00
vendorcode create stdio.h and stdarg.h for {,v}snprintf 2020-03-25 23:38:46 +00:00
Kconfig src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00