mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
ipq807x: Updated dump entries for RPM RAM sizes
Updated CODERAM and DATARAM dumpsizes to 160KB and 80KB respectively. Change-Id: I3bf30c137e5ca690dc6cd59f80974afa27212923 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
6391a27405
commit
68b188157f
1 changed files with 3 additions and 3 deletions
|
|
@ -73,8 +73,8 @@ struct dumpinfo_t dumpinfo_n[] = {
|
|||
* ------------------------
|
||||
*/
|
||||
{ "EBICS0.BIN", 0x40000000, 0x10000000, 0 },
|
||||
{ "CODERAM.BIN", 0x00200000, 0x00024000, 0 },
|
||||
{ "DATARAM.BIN", 0x00290000, 0x00010000, 0 },
|
||||
{ "CODERAM.BIN", 0x00200000, 0x00028000, 0 },
|
||||
{ "DATARAM.BIN", 0x00290000, 0x00014000, 0 },
|
||||
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
|
||||
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
|
||||
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
|
||||
|
|
@ -84,7 +84,7 @@ int dump_entries_n = ARRAY_SIZE(dumpinfo_n);
|
|||
struct dumpinfo_t dumpinfo_s[] = {
|
||||
{ "EBICS_S0.BIN", 0x40000000, 0xAC00000, 0 },
|
||||
{ "EBICS_S1.BIN", CONFIG_TZ_END_ADDR, 0x10000000, 0 },
|
||||
{ "DATARAM.BIN", 0x00290000, 0x00010000, 0 },
|
||||
{ "DATARAM.BIN", 0x00290000, 0x00014000, 0 },
|
||||
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
|
||||
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
|
||||
{ "NSSIMEM.BIN", 0x08600658, 0x00060000, 0, 1, 0x2000 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue