summaryrefslogtreecommitdiffstats
path: root/tools/rkcommon.c
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2015-11-27 12:07:16 +0800
committerSimon Glass <sjg@chromium.org>2015-12-13 17:07:06 -0700
commit5cc5b901e6d319af18b8dc59537c503bbd3ca7f0 (patch)
tree1a1f8acf7594f27ce86623db443fef261446a72f /tools/rkcommon.c
parent5076c64a08d2083af5a7761b12a30116ef0da967 (diff)
downloadtalos-obmc-uboot-5cc5b901e6d319af18b8dc59537c503bbd3ca7f0.tar.gz
talos-obmc-uboot-5cc5b901e6d319af18b8dc59537c503bbd3ca7f0.zip
Revert "rockchip: Add max spl size & spl header configs"
This reverts commit 10b4615f9d7e177ec7fe644fbb2616e0e0956f6e Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/rkcommon.c')
-rw-r--r--tools/rkcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 249c86262d..9e2173fa58 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -49,7 +49,7 @@ int rkcommon_set_header(void *buf, uint file_size)
{
struct header0_info *hdr;
- if (file_size > CONFIG_ROCKCHIP_MAX_SPL_SIZE)
+ if (file_size > RK_MAX_CODE1_SIZE)
return -ENOSPC;
memset(buf, '\0', RK_INIT_OFFSET * RK_BLK_SIZE);
OpenPOWER on IntegriCloud