Skip to content

Commit 65e5bb3

Browse files
committed
Revert "B4DS: Clear 8MB RAM test flag" (already done on ARM7)
This reverts commit d11859c.
1 parent 7564a67 commit 65e5bb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

retail/bootloader/source/arm9/main.arm9.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ void arm9_main(void) {
214214
dmaFill9(0, VRAM_A, 0x20000*3); // Banks A, B, C
215215
dmaFill9(0, VRAM_D, 272*1024); // Banks D (excluded), E, F, G, H, I
216216

217-
*(vu32*)(0x02000000) = 0;
218217
memset_addrs_arm9(0x02000620, 0x02084000); // clear part of EWRAM
219218
memset_addrs_arm9(0x02280000, IMAGES_LOCATION); // clear part of EWRAM - except before nds-bootstrap images
220219
if (extendedMemory) {

0 commit comments

Comments
 (0)