summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: bdacef0)
raw | patch | inline | side by side (from parent 1: bdacef0)
K2G flashwriters: add SOC_K2G ifdefs in places where depreciated DEVICE_K2G appears DEV.TOOLS.03.01.04.08
author | Ivan Pang <i-pang@ti.com> | |
Mon, 14 Mar 2016 20:59:42 +0000 (15:59 -0500) | ||
committer | Ivan Pang <i-pang@ti.com> | |
Mon, 14 Mar 2016 20:59:42 +0000 (15:59 -0500) |
Signed-off-by: Ivan Pang <i-pang@ti.com>
writer/nand/src/nandwriter.c | patch | blob | history | |
writer/nor/src/norwriter.c | patch | blob | history |
index 458796be306167549b6ef0ef762d399d86d35d6a..ff863b1db817a0c81934514ca5bec846a5ce0ac8 100755 (executable)
p_device = platform_device_open(PLATFORM_DEVID_MT29F4G08ABADA, nandWriterInfo.flags);\r
#elif defined(DEVICE_K2L)\r
p_device = platform_device_open(PLATFORM_DEVID_MT29F16G08ADBCAH4C, nandWriterInfo.flags);\r
-#elif defined(DEVICE_K2G)\r
+#elif (defined(DEVICE_K2G) || defined(SOC_K2G))\r
p_device = platform_device_open(PLATFORM_DEVID_MT29F2G16ABAFA, nandWriterInfo.flags);\r
#else\r
p_device = platform_device_open(PLATFORM_DEVID_NAND512R3A2D, 0);\r
index c3835a9c6e212d76d33919f4c91e4d2223e4f137..91aca5635a41c6728c1f3f8448c827a6b34e7ede 100644 (file)
}\r
#if !(defined(_EVMC6657L_))\r
\r
-#if (defined(DEVICE_K2G))\r
+#if (defined(DEVICE_K2G) || defined(SOC_K2G))\r
p_device = platform_device_open(PLATFORM_DEVID_NORN25Q128A13ESF40F, 0);\r
#else\r
p_device = platform_device_open(PLATFORM_DEVID_NORN25Q128, 0);\r