From 8924a621dbc7cadf57e882db6583cdc20af2b1dc Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 12 Oct 2021 23:23:33 -0700 Subject: meta-google: gbmc-mac-config: Use ipmi_fru_alloc This will allow us to implement other types of FRU path lookup mechanisms beyond the OF name one that is currently in use. This change is fully backward compatible. Change-Id: Icedecedc9fcaad75fa32c23142a0fd3dfa7f6c0d Signed-off-by: William A. Kennington III --- meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-google') diff --git a/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in b/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in index a3430a65e..fa2f4bffe 100644 --- a/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in +++ b/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in @@ -15,7 +15,7 @@ source /usr/share/ipmi-fru/lib.sh || exit -eeprom="$(of_name_to_eeprom '@EEPROM@')" || exit +ipmi_fru_alloc '@EEPROM@' eeprom || exit header=() read_header "$eeprom" header || exit -- cgit v1.2.3