summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/uboot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/uboot/conf.c')
-rw-r--r--sys/boot/powerpc/uboot/conf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c
index 8bc307a..5a9515a 100644
--- a/sys/boot/powerpc/uboot/conf.c
+++ b/sys/boot/powerpc/uboot/conf.c
@@ -94,8 +94,8 @@ struct netif_driver *netif_drivers[] = {
*/
struct file_format *file_formats[] = {
- &uboot_elf,
- NULL
+ &uboot_elf,
+ NULL
};
/*
@@ -104,6 +104,6 @@ struct file_format *file_formats[] = {
extern struct console uboot_console;
struct console *consoles[] = {
- &uboot_console,
- NULL
+ &uboot_console,
+ NULL
};
OpenPOWER on IntegriCloud