]> Git Repo - u-boot.git/commit
rockchip: Add max spl size & spl header configs
authorJeffy Chen <[email protected]>
Tue, 17 Nov 2015 06:20:29 +0000 (14:20 +0800)
committerSimon Glass <[email protected]>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit6ae5860942f4eb053e9b8c7e2673eaa7d648082d
tree7694a565eb15215a7e57e5864016e26433fc72bb
parentd8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5
rockchip: Add max spl size & spl header configs

Our chips may have different max spl size and spl header, so
we need to add configs for that.

Signed-off-by: Jeffy Chen <[email protected]>
Acked-by: Simon Glass <[email protected]>
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 <[email protected]>
Series-changes: 8
- 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
arch/arm/mach-rockchip/rk3036/Kconfig
arch/arm/mach-rockchip/rk3288/Kconfig
tools/Makefile
tools/rkcommon.c
tools/rkcommon.h
tools/rkimage.c
tools/rksd.c
tools/rkspi.c
This page took 0.033748 seconds and 4 git commands to generate.