diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2015-11-27 12:07:16 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-13 17:07:06 -0700 |
commit | 5cc5b901e6d319af18b8dc59537c503bbd3ca7f0 (patch) | |
tree | 1a1f8acf7594f27ce86623db443fef261446a72f /arch/arm/mach-rockchip/rk3036/Kconfig | |
parent | 5076c64a08d2083af5a7761b12a30116ef0da967 (diff) | |
download | u-boot-imx-5cc5b901e6d319af18b8dc59537c503bbd3ca7f0.zip u-boot-imx-5cc5b901e6d319af18b8dc59537c503bbd3ca7f0.tar.gz u-boot-imx-5cc5b901e6d319af18b8dc59537c503bbd3ca7f0.tar.bz2 |
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 'arch/arm/mach-rockchip/rk3036/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/rk3036/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig index 95fb2b9..0fbc58e 100644 --- a/arch/arm/mach-rockchip/rk3036/Kconfig +++ b/arch/arm/mach-rockchip/rk3036/Kconfig @@ -9,12 +9,6 @@ config SYS_SOC config SYS_MALLOC_F_LEN default 0x400 -config ROCKCHIP_SPL_HDR - default "RK30" - -config ROCKCHIP_MAX_SPL_SIZE - default 0x1000 - config ROCKCHIP_COMMON bool "Support rk common fuction" |