commit | 5df1abdbd37af2ae317a1c5b5944173284dc55d6 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Jan 07 13:25:29 2011 +0100 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Jan 23 11:24:42 2011 +0100 |
tree | d247502612687d043ae408248cd9206aab237d77 | |
parent | de339e4b792aed799bec23251e83f594ac44ae04 [diff] |
m68k/amiga: Fix "debug=mem" `debug=mem' on Amiga has been broken for a while. early_param() processing is done very/too early, i.e. before amiga_identify() / amiga_chip_init(), causing amiga_savekmsg_setup() not to find any Chip RAM. As we don't plan to free this memory anyway, just steal it from the initial Chip RAM memory block instead. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>