[U-Boot] [PATCH v4 03/20] rockchip: rename board-spl.c to rk3288-board-spl.c

Simon Glass sjg at chromium.org
Mon Nov 9 21:23:33 CET 2015


On 9 November 2015 at 00:02, Lin Huang <hl at rock-chips.com> wrote:
> since different rockchip soc need different spl file,
> so rename board-spl.c.
>
> Signed-off-by: Lin Huang <hl at rock-chips.com>
> ---
> Changes in v1: None
> Changes in v2: None
> Changes in v3: None
> Changes in v4: None
>
>  arch/arm/mach-rockchip/Makefile           |   2 +-
>  arch/arm/mach-rockchip/board-spl.c        | 277 ------------------------------
>  arch/arm/mach-rockchip/rk3288-board-spl.c | 277 ++++++++++++++++++++++++++++++
>  3 files changed, 278 insertions(+), 278 deletions(-)
>  delete mode 100644 arch/arm/mach-rockchip/board-spl.c
>  create mode 100644 arch/arm/mach-rockchip/rk3288-board-spl.c

I hope that the rk3288 one can become the model for others. But since
it is too large for your purposes, let's worry about that later.

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


More information about the U-Boot mailing list