Skip to content

Commit

Permalink
update memory allocations for t20 64mb
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Apr 28, 2024
1 parent 2b1c892 commit 0c1ed77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/configs/isvp_t20.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
"rmem=24M@0x6800000\0"
#else
#define CONFIG_EXTRA_SETTINGS \
"osmem=43M@0x0\0" \
"ispmem=8M@0x2000000\0" \
"rmem=24M@0x2800000\0"
"osmem=39@0x0\0" \
"ispmem=5M@0x2000000\0" \
"rmem=20M@0x2800000\0"
#endif
/*
#if defined(CONFIG_SPL_MMC_SUPPORT)
Expand Down

0 comments on commit 0c1ed77

Please sign in to comment.