From 6ae5860942f4eb053e9b8c7e2673eaa7d648082d Mon Sep 17 00:00:00 2001 From: Jeffy Chen Date: Tue, 17 Nov 2015 14:20:29 +0800 Subject: 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 Acked-by: Simon Glass 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 Series-changes: 8 - Drop CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h, - Add $(if...) to tools/Makefile to fix widespread build breakage --- tools/rkcommon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/rkcommon.h') diff --git a/tools/rkcommon.h b/tools/rkcommon.h index 57fd726004..39b1d521ef 100644 --- a/tools/rkcommon.h +++ b/tools/rkcommon.h @@ -11,7 +11,6 @@ enum { RK_BLK_SIZE = 512, RK_CODE1_OFFSET = 4, - RK_MAX_CODE1_SIZE = 32 << 10, }; /** -- cgit v1.2.3