Revert "kconfig: Fix wrong partition size by changing type of FLASH_LOAD_SIZE"

This reverts commit f065eb4271.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-10-18 10:12:07 -05:00 committed by Kumar Gala
commit 2d7303e13f

View file

@ -111,7 +111,7 @@ config FLASH_LOAD_OFFSET
If unsure, leave at the default value 0.
config FLASH_LOAD_SIZE
int "Kernel load size"
hex "Kernel load size"
default $(dt_chosen_reg_size,$(DT_CHOSEN_Z_CODE_PARTITION)) if USE_CODE_PARTITION
default 0
depends on HAS_FLASH_LOAD_OFFSET