diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2015-11-17 14:20:29 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | 6ae5860942f4eb053e9b8c7e2673eaa7d648082d (patch) | |
tree | 7694a565eb15215a7e57e5864016e26433fc72bb /tools/rkcommon.h | |
parent | d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 (diff) | |
download | u-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 'tools/rkcommon.h')
-rw-r--r-- | tools/rkcommon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/rkcommon.h b/tools/rkcommon.h index 57fd726..39b1d52 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, }; /** |