summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAravind Batni2016-02-09 11:34:36 -0600
committerAravind Batni2016-02-09 11:34:36 -0600
commit5452af459eec91eda301d70e9928080c9ca40c98 (patch)
tree95d29945df20ae6793caeecf213e66b6ab3d7ebe
parent0a5e9ae30a845ea29266770e440301cb6b49ff82 (diff)
downloadqmss-lld-5452af459eec91eda301d70e9928080c9ca40c98.tar.gz
qmss-lld-5452af459eec91eda301d70e9928080c9ca40c98.tar.xz
qmss-lld-5452af459eec91eda301d70e9928080c9ca40c98.zip
fixed board type for K2L unit test
-rw-r--r--test/k2l/armv7/bios/qmss_test_with_rm.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/k2l/armv7/bios/qmss_test_with_rm.cfg b/test/k2l/armv7/bios/qmss_test_with_rm.cfg
index efb43b1..7bd514b 100644
--- a/test/k2l/armv7/bios/qmss_test_with_rm.cfg
+++ b/test/k2l/armv7/bios/qmss_test_with_rm.cfg
@@ -38,7 +38,7 @@ Osal.osType = osType;
38 38
39/* Load the Board package and set the board name */ 39/* Load the Board package and set the board name */
40var Board = xdc.loadPackage('ti.board'); 40var Board = xdc.loadPackage('ti.board');
41Board.Settings.boardName = "evmK2H"; 41Board.Settings.boardName = "evmK2L";
42 42
43/* Load the I2C package */ 43/* Load the I2C package */
44var I2c = xdc.loadPackage('ti.drv.i2c'); 44var I2c = xdc.loadPackage('ti.drv.i2c');