target/armv7a: simplify help description of command "l2x"
There is no need to split the string in two lines. Change-Id: Ifc574904acd06c31fab589643334e86f4dd0a122 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5016 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>bscan_optimization
parent
c239ee020b
commit
a5a882c5c8
|
@ -584,8 +584,7 @@ static const struct command_registration l2_cache_commands[] = {
|
|||
.name = "l2x",
|
||||
.handler = handle_cache_l2x,
|
||||
.mode = COMMAND_EXEC,
|
||||
.help = "configure l2x cache "
|
||||
"",
|
||||
.help = "configure l2x cache",
|
||||
.usage = "[base_addr] [number_of_way]",
|
||||
},
|
||||
COMMAND_REGISTRATION_DONE
|
||||
|
|
Loading…
Reference in New Issue