From 33994e16f508158556c8b2e9d8ba100b535140fb Mon Sep 17 00:00:00 2001 From: Andrea Barisani Date: Thu, 21 Sep 2023 10:30:05 +0200 Subject: [PATCH] fix text start --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92e668d..ff5eaac 100644 --- a/Makefile +++ b/Makefile @@ -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