Skip to content

Commit

Permalink
boards: clean default configs for 96b_nitrogen and nrf52_pca10040
Browse files Browse the repository at this point in the history
Removing options that are already set by the soc Kconfig files.

Change-Id: I603c7797a26e3afedfa5ee72fe989c614c080fe5
Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
rsalveti authored and Anas Nashif committed Oct 25, 2016
1 parent c224491 commit 4a8611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions boards/arm/96b_nitrogen/96b_nitrogen_defconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
CONFIG_ARM=y
CONFIG_BOARD_96B_NITROGEN=y
CONFIG_SOC_FAMILY_NRF5=y
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=64000000
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_FLASH_SIZE=512
CONFIG_SRAM_SIZE=64
CONFIG_XIP=y
CONFIG_BOARD_96B_NITROGEN=y

# enable uart driver
CONFIG_SERIAL=y
Expand Down
7 changes: 1 addition & 6 deletions boards/arm/nrf52_pca10040/nrf52_pca10040_defconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
CONFIG_ARM=y
CONFIG_BOARD_NRF52_PCA10040=y
CONFIG_SOC_FAMILY_NRF5=y
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=64000000
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_FLASH_SIZE=512
CONFIG_SRAM_SIZE=64
CONFIG_XIP=y
CONFIG_BOARD_NRF52_PCA10040=y

# enable uart driver
CONFIG_SERIAL=y
Expand Down

0 comments on commit 4a8611e

Please sign in to comment.