[U-Boot] [PATCH 2/7] rockchip: use common sdram function

Simon Glass sjg at chromium.org
Sat Jun 17 03:41:35 UTC 2017


On 13 June 2017 at 03:29, Kever Yang <kever.yang at rock-chips.com> wrote:
> Replace the sdram_init() in board init and rockchip_sdram_size() in
> sdram driver for all the Rockchip SoCs which enable CONFIG_RAM.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
>  arch/arm/include/asm/arch-rockchip/ddr_rk3288.h   | 48 -----------
>  arch/arm/mach-rockchip/rk3188-board.c             | 22 -----
>  arch/arm/mach-rockchip/rk3188/sdram_rk3188.c      | 61 +++-----------
>  arch/arm/mach-rockchip/rk3288-board.c             | 22 -----
>  arch/arm/mach-rockchip/rk3288/sdram_rk3288.c      | 74 +++++------------
>  arch/arm/mach-rockchip/rk3399/sdram_rk3399.c      | 97 ++---------------------
>  board/rockchip/evb_rk3328/evb-rk3328.c            |  6 --
>  board/rockchip/evb_rk3399/evb-rk3399.c            | 22 -----
>  board/rockchip/sheep_rk3368/sheep_rk3368.c        |  7 --
>  board/theobroma-systems/puma_rk3399/puma-rk3399.c | 22 -----
>  10 files changed, 37 insertions(+), 344 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Quite a few changes here but it looks sane.


More information about the U-Boot mailing list