Index: /trunk/softs/tsar_boot/include/defs.h
===================================================================
--- /trunk/softs/tsar_boot/include/defs.h	(revision 803)
+++ /trunk/softs/tsar_boot/include/defs.h	(revision 804)
@@ -44,6 +44,6 @@
 #endif
 
-#ifndef SEG_ROM_BASE
-#   error "SEG_ROM_BASE constant must be defined in the hard_config.h file"
+#ifndef RESET_ADDRESS
+#   error "RESET_ADDRESS constant must be defined in the hard_config.h file"
 #endif
 
Index: /trunk/softs/tsar_boot/preloader.ld.in
===================================================================
--- /trunk/softs/tsar_boot/preloader.ld.in	(revision 803)
+++ /trunk/softs/tsar_boot/preloader.ld.in	(revision 804)
@@ -12,5 +12,5 @@
 /* Definition of the base address for code segment */
 
-seg_code_base = SEG_ROM_BASE;
+seg_code_base = RESET_ADDRESS;
 seg_data_base = SEG_RAM_BASE + SEG_RAM_SIZE - RESET_STACK_SIZE - 0x4000;
 
