aboutsummaryrefslogtreecommitdiff
path: root/src/device/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/device.c')
-rw-r--r--src/device/device.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/device/device.c b/src/device/device.c
index 333f1f0f1d..5d9938ff0e 100644
--- a/src/device/device.c
+++ b/src/device/device.c
@@ -1165,13 +1165,8 @@ void dev_initialize(void)
printk(BIOS_INFO, "Initializing devices...\n");
#if CONFIG(ARCH_X86)
- /*
- * Initialize EBDA area in ramstage if early
- * initialization is not done.
- */
- if (!CONFIG(EARLY_EBDA_INIT))
- /* Ensure EBDA is prepared before Option ROMs. */
- setup_default_ebda();
+ /* Ensure EBDA is prepared before Option ROMs. */
+ setup_default_ebda();
#endif
/* First call the mainboard init. */