summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3288/Kconfig
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2015-11-17 14:20:29 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commit6ae5860942f4eb053e9b8c7e2673eaa7d648082d (patch)
tree7694a565eb15215a7e57e5864016e26433fc72bb /arch/arm/mach-rockchip/rk3288/Kconfig
parentd8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 (diff)
downloadu-boot-imx-6ae5860942f4eb053e9b8c7e2673eaa7d648082d.zip
u-boot-imx-6ae5860942f4eb053e9b8c7e2673eaa7d648082d.tar.gz
u-boot-imx-6ae5860942f4eb053e9b8c7e2673eaa7d648082d.tar.bz2
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 <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@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@chromium.org> Series-changes: 8 - Drop CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h, - Add $(if...) to tools/Makefile to fix widespread build breakage
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288/Kconfig')
-rw-r--r--arch/arm/mach-rockchip/rk3288/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig
index d0a7276..3de3878 100644
--- a/arch/arm/mach-rockchip/rk3288/Kconfig
+++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -16,6 +16,12 @@ config TARGET_CHROMEBOOK_JERRY
WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
the keyboard and battery functions.
+config ROCKCHIP_SPL_HDR
+ default "RK32"
+
+config ROCKCHIP_MAX_SPL_SIZE
+ default 0x8000
+
config SYS_SOC
default "rockchip"