board-config: fix typo from "unkown" to "unknown" 28/146428/1
authorkibak.yoon <kibak.yoon@samsung.com>
Mon, 28 Aug 2017 12:37:21 +0000 (21:37 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Mon, 28 Aug 2017 12:37:21 +0000 (21:37 +0900)
commitde4b5f65122c15e9a983cf24e16522b751b12995
tree856f64d7f35d743358e25d492a2f30812c624e54
parent154e280138c1966b1c3ab54f456e8fb9010b41aa
board-config: fix typo from "unkown" to "unknown"

- the config file name is not matched because there is a typo("unkown").
  so it is failing to load the config file on the unknown device(e.g., artik520).
- Even if this patch is merged, the peripheral bus daemon will not boot properly.
  This is because there is no peripheral-io item in the config file...

Change-Id: I7e96467304ef8742c30205d51447ff76b35b1713
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/daemon/include/peripheral_bus_board.h
src/daemon/peripheral_bus_board.c