]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
i2c: PRSDK-7323: fix i2c eeprom test compilation error for am65xx
authorHao Zhang <hzhang@ti.com>
Tue, 12 Nov 2019 15:25:10 +0000 (10:25 -0500)
committerHao Zhang <hzhang@ti.com>
Tue, 12 Nov 2019 15:25:10 +0000 (10:25 -0500)
Signed-off-by: Hao Zhang <hzhang@ti.com>
packages/ti/drv/i2c/test/eeprom_read/src/main_test.c

index 5640ea00bf228c954e0b7bb334205c7f735ea032..7da19f2a1129428bfdeea3e1be1f9308f1cb1cd9 100755 (executable)
 #include "I2C_log.h"
 #include "I2C_board.h"
 #ifdef SOC_AM65XX
-#include <ti/csl/soc/am65xx/src/cslr_soc_baseaddress.h>
-#include <ti/csl/soc/am65xx/src/cslr_mcu_ctrl_mmr.h>
-#include <ti/csl/soc/am65xx/src/cslr_mcu_pll_mmr.h>
-#include <ti/csl/soc/am65xx/src/cslr_wkup_ctrl_mmr.h>
+#include <ti/csl/soc.h>
 #include <ti/drv/sciclient/sciclient.h>
 #endif