Skip to content

Commit

Permalink
boot: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Nov 13, 2023
1 parent 50ee650 commit 9bfea08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions sw/bootloader/flashboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <stdint.h>
#include <spi.h>
#include <utils.h>

// Flash definitions
#define FLASH_CMD_READ 0x03
Expand Down
10 changes: 6 additions & 4 deletions sw/bootloader/hydrogensoc.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#pragma once

#include "gpio.h"
#include "time.h"
#include "mmio.h"
#include "spi.h"
#include <gpio.h>
#include <stdio.h>
#include <time.h>
#include <mmio.h>
#include <spi.h>
#include <utils.h>

#include "flashboot.h"

Expand Down
6 changes: 4 additions & 2 deletions sw/bootloader/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <platform.h>
#include <stdint.h>
#include "platform.h"
#include "stdio.h"
#include <stdio.h>
#include <utils.h>
#include <serial.h>

// Enable Prints through UART
// #define ENABLE_UART
Expand Down

0 comments on commit 9bfea08

Please sign in to comment.