diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/netstal/hcu4/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/hcu4/config.mk b/board/netstal/hcu4/config.mk index 376609a..580f18c 100644 --- a/board/netstal/hcu4/config.mk +++ b/board/netstal/hcu4/config.mk @@ -21,7 +21,7 @@ # Netstal Maschinen AG: HCU4 boards # -TEXT_BASE = 0xFFFa0000 +TEXT_BASE = 0xFFFB0000 ifeq ($(debug),1) PLATFORM_CPPFLAGS += -DDEBUG -g |