diff mbox series

astbmc: Set romulus BMC type to OpenBMC

Message ID 20180517042735.31265-1-sam@mendozajonas.com
State Accepted
Headers show
Series astbmc: Set romulus BMC type to OpenBMC | expand

Commit Message

Sam Mendoza-Jonas May 17, 2018, 4:27 a.m. UTC
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
---
Don't try and tell me a Romulus runs anything else.

 platforms/astbmc/romulus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith May 23, 2018, 5:36 a.m. UTC | #1
Samuel Mendoza-Jonas <sam@mendozajonas.com> writes:
> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
> ---
> Don't try and tell me a Romulus runs anything else.

Merged to master as of 3f0ddec7e7190efdebcb76c7e8c00ef761e43f67,
although unfortunately the suitable snark was only in the mail comment
and not committed to the tree.
diff mbox series

Patch

diff --git a/platforms/astbmc/romulus.c b/platforms/astbmc/romulus.c
index 7cdc3b9d..8d3d1046 100644
--- a/platforms/astbmc/romulus.c
+++ b/platforms/astbmc/romulus.c
@@ -74,7 +74,7 @@  DECLARE_PLATFORM(romulus) = {
 	.init			= astbmc_init,
 	.start_preload_resource	= flash_start_preload_resource,
 	.resource_loaded	= flash_resource_loaded,
-	.bmc			= NULL, /* FIXME: Add openBMC */
+	.bmc			= &astbmc_openbmc,
 	.pci_get_slot_info	= slot_table_get_slot_info,
 	.pci_probe_complete	= check_all_slot_table,
 	.cec_power_down         = astbmc_ipmi_power_down,