]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ambapp.c
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[karo-tx-uboot.git] / common / cmd_ambapp.c
index 06531f12b32339ad9f514390920ee2e68ba084d0..bb20ab5149d54e3e97372082ee7f7c7a779a70e8 100644 (file)
@@ -273,6 +273,7 @@ int ambapp_init_reloc(void)
 }
 
 U_BOOT_CMD(ambapp, 1, 1, do_ambapp_print,
-          "list AMBA Plug&Play information",
-          "ambapp\n"
-          "    - lists AMBA (AHB & APB) Plug&Play devices present on the system\n");
+       "list AMBA Plug&Play information",
+       "ambapp\n"
+       "    - lists AMBA (AHB & APB) Plug&Play devices present on the system"
+);