[U-Boot] [PATCH v8 21/23] rockchip: Add max spl size & spl header configs

Simon Glass sjg at chromium.org
Thu Nov 19 15:20:36 CET 2015


On 18 November 2015 at 21:50, Simon Glass <sjg at chromium.org> wrote:
> From: Jeffy Chen <jeffy.chen at rock-chips.com>
>
> Our chips may have different max spl size and spl header, so
> we need to add configs for that.
>
> Signed-off-by: Jeffy Chen <jeffy.chen at rock-chips.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> Dropped CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h,
> Added $(if...) to tools/Makefile to fix widespread build breakage
> Signed-off-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v8:
> - Drop CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h,
> - Add $(if...) to tools/Makefile to fix widespread build breakage
>
>  arch/arm/mach-rockchip/Kconfig        | 15 +++++++++++++++
>  arch/arm/mach-rockchip/rk3036/Kconfig |  6 ++++++
>  arch/arm/mach-rockchip/rk3288/Kconfig |  6 ++++++
>  tools/Makefile                        |  8 +++++++-
>  tools/rkcommon.c                      |  2 +-
>  tools/rkcommon.h                      |  1 -
>  tools/rkimage.c                       |  2 +-
>  tools/rksd.c                          |  4 ++--
>  tools/rkspi.c                         |  4 ++--
>  9 files changed, 40 insertions(+), 8 deletions(-)

Applied to u-boot-rockchip, thanks!

This will need to be done a different way - I only just realised this.
I'll reply on the cover letter.

- Simon


More information about the U-Boot mailing list