From 455608b465064eee862364796effeca91b4413f9 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Fri, 3 Nov 2017 17:02:06 -0700 Subject: Allow users to pick a logo --- bbl/raw_logo.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bbl/raw_logo.S (limited to 'bbl/raw_logo.S') diff --git a/bbl/raw_logo.S b/bbl/raw_logo.S new file mode 100644 index 0000000..bddf8f4 --- /dev/null +++ b/bbl/raw_logo.S @@ -0,0 +1,7 @@ +#include "encoding.h" + + .section .rodata + .globl logo +logo: + .incbin BBL_LOGO_FILE + .byte 0 -- cgit v1.1