soc/intel/apollolake: Fix debug build booting issue
This patch fix apollolake devices unable to boot with coreboot debug image issue. Change-Id: I28943100ba19dec1e540fdbba1c1e110c6af1488 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/19036 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
deb9b03af9
commit
eb1bdd89dc
|
@ -505,7 +505,7 @@ void pmc_gpe_init(void)
|
|||
ROMSTAGE_CONST struct soc_intel_apollolake_config *config;
|
||||
|
||||
/* Look up the device in devicetree */
|
||||
ROMSTAGE_CONST struct device *dev = SA_DEV_ROOT;
|
||||
ROMSTAGE_CONST struct device *dev = dev_find_slot(0, SA_DEVFN_ROOT);
|
||||
if (!dev || !dev->chip_info) {
|
||||
printk(BIOS_ERR, "BUG! Could not find SOC devicetree config\n");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue