Skip to content

Commit

Permalink
Some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Jun 5, 2017
1 parent 99069ca commit a8cda14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -117,7 +117,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
.PHONY: common clean all gateway firm binary cakehax cakerop brahma release

#---------------------------------------------------------------------------------
all: binary
all: firm

common:
@[ -d $(OUTPUT_D) ] || mkdir -p $(OUTPUT_D)
Expand Down
3 changes: 0 additions & 3 deletions source/common.h
Expand Up @@ -37,9 +37,6 @@
#define align(v,a) \
(((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v))

#define ENTRY_BRAHMA (1)
#define ENTRY_GATEWAY (2)

// standard work area, size must be a multiple of 0x200 (512)
#define BUFFER_ADDRESS ((u8*) 0x21000000)
#define BUFFER_MAX_SIZE ((u32) (1 * 1024 * 1024))
Expand Down

0 comments on commit a8cda14

Please sign in to comment.