diff options
author | Trevor Woerner <twoerner@gmail.com> | 2020-05-06 08:02:41 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-15 14:47:35 -0400 |
commit | 18138ab20347ffe5a2b80dd180026dae697a160d (patch) | |
tree | 33c1293f88d4fa8287a53ca832609d7727a45d01 /arch/arm/cpu/arm720t/interrupts.c | |
parent | bb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 (diff) | |
download | u-boot-18138ab20347ffe5a2b80dd180026dae697a160d.tar.gz |
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
Have this symbol follow the pattern of all other such symbols.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'arch/arm/cpu/arm720t/interrupts.c')
-rw-r--r-- | arch/arm/cpu/arm720t/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm720t/interrupts.c b/arch/arm/cpu/arm720t/interrupts.c index 8437717a7b..f0fc58dead 100644 --- a/arch/arm/cpu/arm720t/interrupts.c +++ b/arch/arm/cpu/arm720t/interrupts.c @@ -11,7 +11,7 @@ #include <common.h> -#if defined(CONFIG_TEGRA) +#if defined(CONFIG_ARCH_TEGRA) static ulong timestamp; static ulong lastdec; |