mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 02:32:11 +02:00
arm64: zynqmp: Fix tcminit help text alignment
Trivial patch. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user