arm64: zynqmp: Fix tcminit help text alignment

Trivial patch.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-11-21 07:49:18 +01:00
parent c256d3f7c5
commit 4c84844715

View file

@ -174,11 +174,11 @@ static char zynqmp_help_text[] =
"zynqmp mmio_write address mask value - write value after masking to\n" "zynqmp mmio_write address mask value - write value after masking to\n"
" address\n" " address\n"
#ifdef CONFIG_DEFINE_TCM_OCM_MMAP #ifdef CONFIG_DEFINE_TCM_OCM_MMAP
"zynqmp tcminit mode - Initialize the TCM with zeros. TCM needs to be\n" "zynqmp tcminit mode - Initialize the TCM with zeros. TCM needs to be\n"
" initialized before accessing to avoid ECC\n" " initialized before accessing to avoid ECC\n"
" errors. mode specifies in which mode TCM has\n" " errors. mode specifies in which mode TCM has\n"
" to be initialized. Supported modes will be\n" " to be initialized. Supported modes will be\n"
" lock(0)/split(1)\n" " lock(0)/split(1)\n"
#endif #endif
; ;
#endif #endif