]> git.sur5r.net Git - u-boot/blobdiff - board/bct-brettl2/cled.c
DaVinci: rename gpio_defs.h to gpio.h
[u-boot] / board / bct-brettl2 / cled.c
index 9e73c57b8789466ec1802b2444ea3f35d36ede94..dcb91bdffad707e4d0f0e9f3320cbb516e669488 100644 (file)
@@ -13,7 +13,7 @@
 
 int do_cled(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
-       ulong addr = 0x20000000 + 0x200000; // AMS2
+       ulong addr = 0x20000000 + 0x200000; /* AMS2 */
        uchar data;
 
        if (argc < 2)