/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | sdram.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/imgtec/boston/ |
H A D | ddr.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/imgtec/xilfpga/ |
H A D | xilfpga.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/varisys/cyrus/ |
H A D | ddr.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/arch/mips/mach-ath79/ |
H A D | dram.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/sysam/amcore/ |
H A D | amcore.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/mpc8308_p1m/ |
H A D | sdram.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m5208evbe/ |
H A D | m5208evbe.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m54418twr/ |
H A D | m54418twr.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m53017evb/ |
H A D | m53017evb.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | ddr.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/astro/mcf5373l/ |
H A D | mcf5373l.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/arch/mips/mach-pic32/ |
H A D | cpu.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/t4rdb/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/mpc8308rdb/ |
H A D | sdram.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m5272c3/ |
H A D | m5272c3.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m5282evb/ |
H A D | m5282evb.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/b4860qds/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/t4qds/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/m54451evb/ |
H A D | m54451evb.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | vct.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/t208xqds/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/ids/ids8313/ |
H A D | ids8313.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|
/openbmc/u-boot/board/freescale/c29xpcie/ |
H A D | spl.c | diff 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 09:40:25 CDT 2017 Simon Glass <sjg@chromium.org> board_f: Drop return value from initdram()
At present we cannot use this function as an init sequence call without a wrapper, since it returns the RAM size. Adjust it to set the RAM size in global_data instead, and return 0 on success.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
|