u-boot-brain/board/cm5200
Becky Bruce 9973e3c614 Change initdram() return type to phys_size_t
This patch changes the return type of initdram() from long int to phys_size_t.
This is required for a couple of reasons: long int limits the amount of dram
to 2GB, and u-boot in general is moving over to phys_size_t to represent the
size of physical memory.  phys_size_t is defined as an unsigned long on almost
all current platforms.

This patch *only* changes the return type of the initdram function (in
include/common.h, as well as in each board's implementation of initdram).  It
does not actually modify the code inside the function on any of the platforms;
platforms which wish to support more than 2GB of DRAM will need to modify
their initdram() function code.

Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
MPC8641HPCN.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-06-12 08:50:18 +02:00
..
cm5200.c Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
cm5200.h Minor coding style cleanup. Update CHANGELOG. 2007-08-13 21:57:53 +02:00
cmd_cm5200.c cm5200: Fix a typo introduced by afaac86fe2 2007-09-13 18:21:48 +02:00
config.mk cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. 2007-08-03 12:08:16 +02:00
fwupdate.c cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. 2007-08-03 12:08:16 +02:00
fwupdate.h Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 2008-02-22 17:26:13 +01:00
Makefile cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. 2007-08-03 12:08:16 +02:00
u-boot.lds Big white-space cleanup. 2008-05-21 00:14:08 +02:00