| /rk3399_rockchip-uboot/board/gdsys/mpc8308/ |
| H A D | sdram.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/arch/mips/mach-ath79/ |
| H A D | dram.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/imgtec/boston/ |
| H A D | ddr.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/imgtec/xilfpga/ |
| H A D | xilfpga.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/varisys/cyrus/ |
| H A D | ddr.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/sysam/amcore/ |
| H A D | amcore.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m54418twr/ |
| H A D | m54418twr.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m5208evbe/ |
| H A D | m5208evbe.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/mpc8308_p1m/ |
| H A D | sdram.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/Arcturus/ucp1020/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/arch/mips/mach-pic32/ |
| H A D | cpu.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | m53017evb.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/t4rdb/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m5272c3/ |
| H A D | m5272c3.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/keymile/kmp204x/ |
| H A D | ddr.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/ids/ids8313/ |
| H A D | ids8313.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m5282evb/ |
| H A D | m5282evb.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/mpc8308rdb/ |
| H A D | sdram.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/astro/mcf5373l/ |
| H A D | mcf5373l.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/c29xpcie/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/m54451evb/ |
| H A D | m54451evb.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/b4860qds/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/freescale/t208xqds/ |
| H A D | spl.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | vct.c | 088454cde245b4d431ce0181be8b3cbceea059d6 Fri Mar 31 14:40:25 UTC 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>
|