Index: /trunk/platforms/tsar_generic_iob/arch.py
===================================================================
--- /trunk/platforms/tsar_generic_iob/arch.py	(revision 1031)
+++ /trunk/platforms/tsar_generic_iob/arch.py	(revision 1032)
@@ -151,9 +151,9 @@
     boot_code_size       = 0x00080000           # 512 Kbytes
 
+    boot_stack_vbase     = 0x00380000           # ident
+    boot_stack_size      = 0x00080000           # 512 Kbytes
+
     boot_data_vbase      = 0x00180000           # ident
     boot_data_size       = 0x00200000           # 2 Mbytes
-
-    boot_stack_vbase     = 0x00380000           # ident
-    boot_stack_size      = 0x00080000           # 512 Kbytes
 
     ### define kernel vsegs base addresses and sizes
