]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_ambapp.c
Blackfin: TWI/I2C: implement bus speed get/set functions
[u-boot] / 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"
+);