summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx5
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-08-17 15:52:40 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 09:36:11 (GMT)
commit7acec2594840b2602054c5a9d1e14792837fd9db (patch)
tree729fbc4da73b96f0342835d5b761be44f3d61150 /arch/arm/cpu/armv7/mx5
parent6b5acfc12151ac151800375b447938cc4a4e86ff (diff)
downloadu-boot-7acec2594840b2602054c5a9d1e14792837fd9db.tar.xz
MX: MX35 / MX5: uniform clock command with powerpc
There was already a command to show the processor clocks for PowerPC (clocks). For i.MX, the "clockinfo" command was introduce. The patch sets the same command name used on PowerPC. A nasty and not needed newline is also dropped in the help for the command. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/cpu/armv7/mx5')
-rw-r--r--arch/arm/cpu/armv7/mx5/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c
index 0b04a88..00610a0 100644
--- a/arch/arm/cpu/armv7/mx5/clock.c
+++ b/arch/arm/cpu/armv7/mx5/clock.c
@@ -288,7 +288,7 @@ int do_mx5_showclocks(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
/***************************************************/
U_BOOT_CMD(
- clockinfo, CONFIG_SYS_MAXARGS, 1, do_mx5_showclocks,
- "display clocks\n",
+ clocks, CONFIG_SYS_MAXARGS, 1, do_mx5_showclocks,
+ "display clocks",
""
);