This program is free software; you can distribute it and/or modify it
under the terms of the GNU General Public License (Version 2) as
This program is free software; you can distribute it and/or modify it
under the terms of the GNU General Public License (Version 2) as
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
cfe_setup(fw_arg0, fw_arg1, fw_arg2, fw_arg3);
cfe_setup(fw_arg0, fw_arg1, fw_arg2, fw_arg3);
- else
- add_memory_region(0, (0x01000000 - ADSL_SDRAM_IMAGE_SIZE), BOOT_MEM_RAM);
-
+ /* Register 16MB RAM minus the ADSL SDRAM by default */
+ add_memory_region(0, (0x01000000 - ADSL_SDRAM_IMAGE_SIZE), BOOT_MEM_RAM);
+