Skip to content

Commit

Permalink
artik530: set ota configurations by default
Browse files Browse the repository at this point in the history
This patch enables the ota configurations of artik530 as default.
The artik530s will be not affected this configuration until next
release. To keep old configurations, this patch added the
artik530_legacy.cfg and the artik530s lets including it.

Change-Id: If8e9eb67aedc45ed1fadc24e2c51f14ca61ed16c
Signed-off-by: Chanho Park <[email protected]>
  • Loading branch information
cometzero committed Apr 25, 2017
1 parent 0f3ff8c commit 7520903
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
10 changes: 0 additions & 10 deletions config/artik530-ota.cfg

This file was deleted.

1 change: 1 addition & 0 deletions config/artik530.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export UBOOT_ENV_SECTION=.rodata.default_environment
export FIP_LOAD_ADDR=0x94c00000

export UBOOT_DEFCONFIG=artik530_raptor_config
export OTA=true

export BOOT_PART_TYPE=ext4

Expand Down
4 changes: 4 additions & 0 deletions config/artik530_legacy.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
. config/artik530.cfg

export UBOOT_DEFCONFIG=artik530_raptor_legacy_defconfig
export OTA=false
2 changes: 1 addition & 1 deletion config/artik530s.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
. config/common.cfg
. config/artik530.cfg
. config/artik530_legacy.cfg
. config/version/artik530s.cfg
. config/hwtest/artik530s.cfg

Expand Down

0 comments on commit 7520903

Please sign in to comment.