Normalize drivers between stage1 and 2

This commit is contained in:
TuxSH
2018-05-06 15:02:13 +02:00
parent 306555e522
commit 1aa6b92bc4
6 changed files with 46 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
* ~ktemkin
*/
#include <stdio.h>
#include "lib/driver_utils.h"
#include "supplies.h"
// FIXME: replace hwinit with our own code
@@ -23,7 +23,7 @@ void supply_enable(enum switch_power_supply supply)
return;
default:
printf("ERROR: could not enable unknown supply %d!\n", supply);
printk("ERROR: could not enable unknown supply %d!\n", supply);
return;
}
}