]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Fixed CFG_INIT_RAM_END on 8xx systems to work with microcode patches
authorwdenk <wdenk>
Tue, 11 Sep 2001 20:33:29 +0000 (20:33 +0000)
committerwdenk <wdenk>
Tue, 11 Sep 2001 20:33:29 +0000 (20:33 +0000)
32 files changed:
CHANGELOG
include/config_ADS860.h
include/config_AMX860.h
include/config_CCM.h
include/config_ESTEEM192E.h
include/config_ETX094.h
include/config_FADS823.h
include/config_FADS850SAR.h
include/config_FADS860T.h
include/config_FLAGADM.h
include/config_FPS850L.h
include/config_GENIETV.h
include/config_GTH.h
include/config_ICU862.h
include/config_IP860.h
include/config_IVML24.h
include/config_IVMS8.h
include/config_LANTEC.h
include/config_MOUSSE.h
include/config_NX823.h
include/config_RPXlite.h
include/config_SM850.h
include/config_SPD823TS.h
include/config_SXNI855T.h
include/config_TQM823L.h
include/config_TQM850L.h
include/config_TQM855L.h
include/config_TQM860L.h
include/config_cogent_mpc8xx.h
include/config_hermes.h
include/config_lwmon.h
include/config_pcu_e.h

index d23d7bbfc189a198e942df355ba817defb084aa9..4aba557353c52146db1b1e3c739ed7a73dca51b2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -56,6 +56,8 @@ To do:
 Modifications for 1.0.5:
 ======================================================================
 
+* Fixed CFG_INIT_RAM_END on 8xx systems to work with microcode patches
+
 * Fixed register name (PSMR)
   Fixed FD mode for 8xx SCC ethernet
   Fixed RCCR init problem with I2C and SPI microcode relocation patch
index acd6ab28ebbc080974634cb6d670777bb1d5b832..7e8b7270852bb56672204041829df18b182bec27 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define CFG_INIT_RAM_END       0x3000  /* End of used area in DPRAM    */
+#define CFG_INIT_RAM_END       0x2F00  /* End of used area in DPRAM    */
 #define CFG_INIT_DATA_SIZE     64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET     CFG_INIT_DATA_OFFSET
index 3faa600a387a52adbc0354b4301a4d74aa3bc5ec..3b904ecf4cc1266f0c9792fb2f141d5a9f19903b 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index aabb5f8776e4987fbe619aaf2d10fee8d3ea8de3..f69ad23ef262ae0c398b32196dffe7472739c6bb 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 0bb5def91cf4b8aed9e7a8c0e58082cd14855f05..38e65ca017dcf1112c69ac04854db99fda990419 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 51a4b527e65ebe28440503222eb2482e3a122089..d7e9fdeb384c1600ab3f2ace0297dd3198db2a16 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 0f759e57596fcf113a673f1543ecad2a5d294654..ca04ebdd7c33edd9893ec0e65d47ba7d44612425 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64      /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 58efe674708c813d4bead18963dc5d11e59d8b7a..4e1383fd6e4bcd20f5a97df1adc0ae4345c55ac7 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 43af7a746d3697549745d791a96b0d4760e1eaeb..f38c03a857cef68f7c5008bd95d1b30d0b39c9d2 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 60d8b5946061d32c75558fa0e26f9a74a3bdf4f8..fc1bd71039e666dd05f546be640f9532ddd30f66 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 0673384e928ff1d02af7000e838baba95445c1f6..a61e4dbfe89f5e0d4c785af26eb6c1e66f9b51eb 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index df7ee0f7626742321a3d983a53b0b2fba18ea27c..7ddfd6cd0b9453a4dd483161594d6beaf755f7f8 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 90e0953bd69d5464d31fe58a73dc00856d9e92a5..9b91df1fbe737a1a658787d580fa4302ea9b1199 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 45075a30580ed53dbad66747344d05ed79ca57fc..119447250c175d64f21a2ca028e900bc8da385a9 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index a101abc46b31a2de03cb98f4b5173d7a02c1b150..22418c4fe337f89ab2b547d6f0b299e7926b71d0 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index f634ce6bb17c9dc95be729a5c0a89fd834581d78..cdc163027e4618a7489f206ce89b9706c8e47e2e 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 8ca604bc6a829a2be456d1bbdf515bf9c2caddb4..93b138932708c2b17350ab83ef058df91d6c74c5 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 51f964642f407607f91c1b95ef4390a3d6144ea5..6b4b3749f1fe46027637c2a497e0e7afbe1b918b 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index d1cf085058e13e326c05a82c37fee8b56df5077b..0c2619cef7af3c787a70a208d1b1bb447a588e1b 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR CFG_SDRAM_BASE + CFG_MONITOR_LEN
-#define CFG_INIT_RAM_END   0x3000  /* End of used area in DPRAM  */
+#define CFG_INIT_RAM_END   0x2F00  /* End of used area in DPRAM  */
 #define CFG_INIT_DATA_SIZE  64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET  (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET  CFG_INIT_DATA_OFFSET
index f1fc74f43db9546ce94a4ed45eb40cd9f518fc07..0206657fa250bb88903f085d90b55653c132c365 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR              CFG_IMMR
-#define        CFG_INIT_RAM_END                0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END                0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index cf3506fe35dbf38b1387ae9eddfe3aa8e44bcaa3..2a7ea873be1e6d49740a8ed2b978464c3903a69a 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 0c6e6ea9a48b7d3cbcb12ace2306fcfba35dc5d2..00847510cd9d3ea1eaea83dc25a75ac1402df288 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 3c0c02a8ff43542a76712c0f76e2290b43f55eae..eb957e83cf1b6d18c927ebd30d35ca0867adb7d2 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define CFG_INIT_RAM_END       0x3000  /* End of used area in DPRAM    */
+#define CFG_INIT_RAM_END       0x2F00  /* End of used area in DPRAM    */
 #define CFG_INIT_DATA_SIZE     64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET     CFG_INIT_DATA_OFFSET
index 87337efaba16b06b673cb746afe7c2a7fd7a9a07..58f8d98c53e7988861eb8b8e221f8331d8b6acee 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index c7a1d64a8f6b94fd671e139af4725724c7907337..1967abcaeb506b6982e30c81b5a3055c3ddb15f6 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 9553707fccb947b2ea8c25f9351bbd01bb96a2cd..8b5b13d290713fbcbeee855197f408d1d061d92d 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 452bd545f2bd83470d737226ccc8bcf7dd467cbd..bf29afa82d3a132bb139cfdbc68bb6b379b38571 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 59e12e4ee7faea0f8077002b60e88843af6072d5..0274c5743b271a6fbd3eb2cb4f7b3748680b07f3 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 5205d7279f7ba7661208f32142bed3c59ec02d01..fadf5ab4599f6327c349eb01ca558eb37af9019f 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index 9ee9cb178cd13e155c169d3474f15e6a5634f828..da955f48e8b7c2465055acf01daccac0da0f3a4a 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET
index c258d3cd4a91da285345c89aa6ac97dcbd10f9ae..b8cb9cc5774154340a97fe9e73308c92488497de 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define CFG_INIT_RAM_END       0x3000  /* End of used area in DPRAM    */
+#define CFG_INIT_RAM_END       0x2F00  /* End of used area in DPRAM    */
 #define CFG_INIT_DATA_SIZE     64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define CFG_INIT_SP_OFFSET     CFG_INIT_DATA_OFFSET
index 654c505772cebce9f23105c8881bf383d42dd6c1..69e5ad0fb32089893ce1fc901838485978f736fc 100644 (file)
  * Definitions for initial stack pointer and data area (in DPRAM)
  */
 #define CFG_INIT_RAM_ADDR      CFG_IMMR
-#define        CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
+#define        CFG_INIT_RAM_END        0x2F00  /* End of used area in DPRAM    */
 #define        CFG_INIT_DATA_SIZE      64  /* size in bytes reserved for initial data */
 #define CFG_INIT_DATA_OFFSET   (CFG_INIT_RAM_END - CFG_INIT_DATA_SIZE)
 #define        CFG_INIT_SP_OFFSET      CFG_INIT_DATA_OFFSET