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:
parent
8435be81f8
commit
2d7303e13f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue