diff options
author | Trevor Woerner | 2020-05-06 08:02:38 -0400 |
---|---|---|
committer | Tom Rini | 2020-05-15 14:47:35 -0400 |
commit | b16a331697820d1f36ee8ccb793ae12eb501ad42 (patch) | |
tree | 6d4190d6c83916c2a4f5346ffdf0a794ff2618e3 /drivers/ata/mvsata_ide.c | |
parent | 9bffc54996bc36c87efdd36a6b1345609e33d795 (diff) |
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/ata/mvsata_ide.c')
-rw-r--r-- | drivers/ata/mvsata_ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/mvsata_ide.c b/drivers/ata/mvsata_ide.c index 38181235afa..9ac16555d6c 100644 --- a/drivers/ata/mvsata_ide.c +++ b/drivers/ata/mvsata_ide.c @@ -8,7 +8,7 @@ #include <common.h> #include <asm/io.h> -#if defined(CONFIG_ORION5X) +#if defined(CONFIG_ARCH_ORION5X) #include <asm/arch/orion5x.h> #elif defined(CONFIG_KIRKWOOD) #include <asm/arch/soc.h> |