summaryrefslogtreecommitdiff
path: root/src/mainboard/aopen/dxplplusu/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/aopen/dxplplusu/romstage.c')
-rw-r--r--src/mainboard/aopen/dxplplusu/romstage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/aopen/dxplplusu/romstage.c b/src/mainboard/aopen/dxplplusu/romstage.c
index 5e7a15958a..3fba1ad860 100644
--- a/src/mainboard/aopen/dxplplusu/romstage.c
+++ b/src/mainboard/aopen/dxplplusu/romstage.c
@@ -46,14 +46,14 @@ void mainboard_romstage_entry(unsigned long bist)
},
};
- // Get the serial port running and print a welcome banner
+ /* Get the serial port running and print a welcome banner */
lpc47m10x_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
console_init();
- // Halt if there was a built in self test failure
+ /* Halt if there was a built in self test failure */
report_bist_failure(bist);
- // If this is a warm boot, some initialization can be skipped
+ /* If this is a warm boot, some initialization can be skipped */
if (!e7505_mch_is_ready()) {
enable_smbus();