Skip to content

Commit

Permalink
Revert "kconfig: Fix wrong partition size by changing type of FLASH_L…
Browse files Browse the repository at this point in the history
…OAD_SIZE"

This reverts commit f065eb4.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Oct 24, 2019
1 parent 8435be8 commit 2d7303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig.zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d7303e

Please sign in to comment.