Skip to content

Commit

Permalink
Removed a comment used for testing (oops).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky26 committed Apr 12, 2011
1 parent 3a88616 commit 2bf44a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/iphone2g.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static void iphone2g_init(ram_addr_t ram_size,
/* Also map higher ram space to default */
cpu_register_physical_memory(RAM_HIGH_ADDR, RAM_SIZE, ramoff | IO_MEM_RAM);
/* Also also map to 0x0 as that's what OIB uses */
//cpu_register_physical_memory(0x0, RAM_SIZE, ramoff | IO_MEM_RAM);
cpu_register_physical_memory(0x0, RAM_SIZE, ramoff | IO_MEM_RAM);


dinfo = drive_get(IF_PFLASH, 0, 0);
Expand Down

0 comments on commit 2bf44a5

Please sign in to comment.