s5j/sflash: fix a link error
authorHeesub Shin <heesub.shin@samsung.com>
Mon, 10 Apr 2017 00:28:14 +0000 (09:28 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:12 +0000 (12:02 +0900)
commit0efa5f83d1230b01ea309dbc21d2d05fb430aff8
tree2a272ed0fc62a52820280319e548c393cb2e2363
parent0a3ee87b1d38443aff8f255dfff927b8bcde2cfb
s5j/sflash: fix a link error

This commit fixes a link error that occurs on a specific combination of
configurations.

    /home/heesub/Documents/artik053/tizenrt/os/../build/output/libraries/libarch.a(s5j_sflash.o): In function `s5j_sflash_init':
    /home/heesub/Documents/artik053/tizenrt/os/arch/arm/src/chip/s5j_sflash.c:258: undefined reference to `lldbg'
    Makefile:187: recipe for target '../build/output/bin/tinyara' failed

Change-Id: I76047db6d86a2c244f245ba52380b45118ddb981
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/arm/src/s5j/s5j_sflash.c