summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-05-06 15:02:38 +0300
committerTom Rini <trini@konsulko.com>2020-05-15 21:47:35 +0300
commitb16a331697820d1f36ee8ccb793ae12eb501ad42 (patch)
tree6d4190d6c83916c2a4f5346ffdf0a794ff2618e3 /drivers/i2c
parent9bffc54996bc36c87efdd36a6b1345609e33d795 (diff)
downloadu-boot-b16a331697820d1f36ee8ccb793ae12eb501ad42.tar.xz
rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
Have this symbol follow the pattern of all other such symbols. This patch removes a TODO from the code. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/mvtwsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c
index 382cf4b304..77fe35a42b 100644
--- a/drivers/i2c/mvtwsi.c
+++ b/drivers/i2c/mvtwsi.c
@@ -25,7 +25,7 @@ DECLARE_GLOBAL_DATA_PTR;
*/
#ifndef CONFIG_DM_I2C
-#if defined(CONFIG_ORION5X)
+#if defined(CONFIG_ARCH_ORION5X)
#include <asm/arch/orion5x.h>
#elif (defined(CONFIG_KIRKWOOD) || defined(CONFIG_ARCH_MVEBU))
#include <asm/arch/soc.h>