1// See LICENSE for license details.
2
3#include "encoding.h"
4
5  .section .rodata
6  .globl logo
7logo:
8  .incbin BBL_LOGO_FILE
9  .byte 0
10