Skip to content

Commit a8cda14

Browse files
committed
Some minor fixes
1 parent 99069ca commit a8cda14

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
117117
.PHONY: common clean all gateway firm binary cakehax cakerop brahma release
118118

119119
#---------------------------------------------------------------------------------
120-
all: binary
120+
all: firm
121121

122122
common:
123123
@[ -d $(OUTPUT_D) ] || mkdir -p $(OUTPUT_D)

source/common.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
#define align(v,a) \
3838
(((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v))
3939

40-
#define ENTRY_BRAHMA (1)
41-
#define ENTRY_GATEWAY (2)
42-
4340
// standard work area, size must be a multiple of 0x200 (512)
4441
#define BUFFER_ADDRESS ((u8*) 0x21000000)
4542
#define BUFFER_MAX_SIZE ((u32) (1 * 1024 * 1024))

0 commit comments

Comments
 (0)