sidk_s5jt200: drop to support fota and crashdump
authorHeesub Shin <heesub.shin@samsung.com>
Sun, 19 Mar 2017 05:00:14 +0000 (14:00 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:52:04 +0000 (19:52 +0900)
commita7f865736bc9c7deaf72f461c79325ca4a3f5f0c
tree72b0fb41225e9c21780243a2970b77203fb4b778
parentd210de9a665ec31cb2a77df9cad56eb980c94935
sidk_s5jt200: drop to support fota and crashdump

FOTA and crashdump is directly accessing to the S5J flash driver. This
is breaking the whole design and needs to be improved but, there is no
better way than to drop them all completely and redesign them from
scratch.

Change-Id: I228a22044a9be3ebf4911e06ebebd5ef9bde4a72
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
build/configs/sidk_s5jt200/kernel_sample/defconfig
build/configs/sidk_s5jt200/tc/defconfig
os/arch/arm/src/sidk_s5jt200/include/s5jt200_fota.h [deleted file]
os/arch/arm/src/sidk_s5jt200/src/Makefile
os/arch/arm/src/sidk_s5jt200/src/s5jt200_boot.c
os/arch/arm/src/sidk_s5jt200/src/s5jt200_crashdump.c [deleted file]
os/arch/arm/src/sidk_s5jt200/src/s5jt200_fota.c [deleted file]