]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/oxc/flash.c
Big white-space cleanup.
[karo-tx-uboot.git] / board / oxc / flash.c
index 795b7ccff9a40702762233d588c68d9e250d42a0..296c01dc8439cfaf3e5adb99a7e97dccf091b496 100644 (file)
@@ -163,7 +163,7 @@ static ulong flash_get_size (vu_char *addr, flash_info_t *info)
     }
 
     if (devid == FLASH_STM320DB) {
-       /* MPC8240 can address maximum 2Mb of flash, that is why the MSB
+       /* MPC8240 can address maximum 2Mb of flash, that is why the MSB
         * lead is grounded and we can access only 2 first Mb */
        info->flash_id     = vendor << 16 | devid;
        info->sector_count = 32;