]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/common/flash.c
Big white-space cleanup.
[people/ms/u-boot.git] / board / mpl / common / flash.c
index 6f53192ac752ff57073e0468fe68431816945a63..a437dab1c6b8b8776c8ba480131e32459e5a12be 100644 (file)
@@ -398,7 +398,7 @@ static ulong flash_get_size (vu_long *addr, flash_info_t *info)
                return (0);                     /* no or unknown flash  */
        }
        value = addr2[1];                       /* device ID            */
-       /*      printf("Device value %x\n",value);                  */
+       /*      printf("Device value %x\n",value);                  */
        switch (value) {
        case (FLASH_WORD_SIZE)AMD_ID_F040B:
                info->flash_id += FLASH_AM040;