Skip to content

Commit

Permalink
add artik520s configuration
Browse files Browse the repository at this point in the history
This patch adds an artik520s.cfg file for artik520 lock
chip.

Change-Id: Ibb8474e329bc9134fd521a1896dc87439f17db3f
Signed-off-by: Chanho Park <[email protected]>
  • Loading branch information
cometzero committed Sep 12, 2016
1 parent aca06d5 commit 5b30e6d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/artik520s.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
. config/common.cfg
. config/artik5.cfg

export TARGET_BOARD=artik520s
export TARGET_DIR=$IMAGE_DIR/$TARGET_BOARD
export PREBUILT_DIR=$ARTIK_BUILD_DIR/../boot-firmwares-artik520s
export INITRD=$PREBUILT_DIR/$RAMDISK_NAME
export IS_SECUREOS=ENABLED

export FEDORA_PREBUILT_RPM_DIR=$PREBUILT_DIR/rpms

0 comments on commit 5b30e6d

Please sign in to comment.