We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dac03 commit 98b7424Copy full SHA for 98b7424
board/inka4x0/inka4x0.c
@@ -149,18 +149,8 @@ long int initdram (int board_type)
149
} else {
150
dramsize = 0;
151
}
152
-
153
- /* retrieve size of memory connected to SDRAM CS1 */
154
- dramsize2 = *(vu_long *)MPC5XXX_SDRAM_CS1CFG & 0xFF;
155
- if (dramsize2 >= 0x13) {
156
- dramsize2 = (1 << (dramsize2 - 0x13)) << 20;
157
- } else {
158
- dramsize2 = 0;
159
- }
160
161
#endif /* CFG_RAMBOOT */
162
163
-/* return dramsize + dramsize2; */
164
return dramsize;
165
166
0 commit comments