diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-18 18:39:18 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-18 18:39:18 -0500 |
commit | eeab579aa8d76b96afbd0862029d4452943bafbe (patch) | |
tree | 446ba45437bfa80ab191c4137ad3c5a7c86c720c /arch/arm/mach-rockchip/Kconfig | |
parent | 1a3fc354b50b2a86361964b6d695ce26058248f5 (diff) | |
parent | cbe503793aba03c19b8d21e0a6e344afe624e2d6 (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 1e74db3607..967290f9a5 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -179,7 +179,7 @@ config ROCKCHIP_BOOT_MODE_REG config ROCKCHIP_SPL_RESERVE_IRAM hex "Size of IRAM reserved in SPL" - default 0x4000 + default 0 help SPL may need reserve memory for firmware loaded by SPL, whose load address is in IRAM and may overlay with SPL text area if not |