diff options
author | Simon Glass <sjg@chromium.org> | 2012-12-13 20:48:33 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-01 20:07:50 (GMT) |
commit | 8ff43b03e9f38a6e136e2e20eec4e8b2eb4a1d3d (patch) | |
tree | 15e1efcbbead4e7612e8b084f9fcee4f0d5e2bd1 /arch/arm/cpu/armv7/u8500 | |
parent | b339051c0d45599c3c874141c52d912d78991dd4 (diff) | |
download | u-boot-fsl-qoriq-8ff43b03e9f38a6e136e2e20eec4e8b2eb4a1d3d.tar.xz |
arm: Move tbu to arch_global_data
Move this field into arch_global_data and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/u8500')
-rw-r--r-- | arch/arm/cpu/armv7/u8500/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/u8500/timer.c b/arch/arm/cpu/armv7/u8500/timer.c index 79aad99..bb9165b 100644 --- a/arch/arm/cpu/armv7/u8500/timer.c +++ b/arch/arm/cpu/armv7/u8500/timer.c @@ -132,7 +132,7 @@ ulong get_timer(ulong base) /* * Emulation of Power architecture long long timebase. * - * TODO: Support gd->tbu for real long long timebase. + * TODO: Support gd->arch.tbu for real long long timebase. */ unsigned long long get_ticks(void) { |