[U-Boot] [PATCH v4 05/20] rockchip: Move bootrom helper compilation to a hidden option

Simon Glass sjg at chromium.org
Tue Feb 21 20:34:30 UTC 2017


On 18 February 2017 at 11:46, Heiko Stuebner <heiko at sntech.de> wrote:
> Right now the ROCKCHIP_SPL_BACK_TO_BROM option both triggers
> compilation of the bootrom hook-code as well as enabling the
> behaviour of loading the full U-Boot via the boot.
>
> New added socs may always need the bootrom code, while still
> being able to decide between loading U-Boot regularly or via
> the bootrom separately.
>
> So move the compilation of the bootrom code to a hidden option
> that gets selected by ROCKCHIP_SPL_BACK_TO_BROM, but can also
> be selected by other parts.
>
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Tested-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>  arch/arm/mach-rockchip/Kconfig  | 4 ++++
>  arch/arm/mach-rockchip/Makefile | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list