Skip to content

Commit

Permalink
fix text start
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 21, 2023
1 parent 29dcafe commit 33994e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ APP := ""
TEXT_START = 0x90010000 # ramStart (defined in mem.go under relevant tamago/soc package) + 0x10000

ifeq ("${BEE}","1")
TEXT_START := 0x10010000
TEXT_START := 0x20010000
BUILD_TAGS := ${BUILD_TAGS},bee
endif

Expand Down

0 comments on commit 33994e1

Please sign in to comment.