sbcv2: adjust the UDATA size and stash in the asm side
authorAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 20:56:38 +0000 (21:56 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 25 Aug 2018 20:56:38 +0000 (21:56 +0100)
Kernel/platform-sbcv2/kernel.def

index ad02967..00c2637 100644 (file)
@@ -1,9 +1,9 @@
 ; UZI mnemonics for memory addresses etc
 
 U_DATA                      .equ 0xF000       ; (this is struct u_data from kernel.h)
-U_DATA__TOTALSIZE           .equ 0x300        ; 256+256+256 bytes.
+U_DATA__TOTALSIZE           .equ 0x200        ; 256+256 bytes)
 
-U_DATA_STASH               .equ 0x7D00       ; 7D00-7FFF
+U_DATA_STASH               .equ 0x7E00       ; 7E00-7FFF
 
 PROGBASE                   .equ 0x0000
 PROGLOAD                   .equ 0x0100