[rtems commit] bsp/mpc55xx: Fix comment
    Sebastian Huber 
    sebh at rtems.org
       
    Mon Aug 25 11:31:47 UTC 2014
    
    
  
Module:    rtems
Branch:    master
Commit:    4b104834ebd0faa1d631c037e92dde47c22d2fa2
Changeset: http://git.rtems.org/rtems/commit/?id=4b104834ebd0faa1d631c037e92dde47c22d2fa2
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Aug 25 13:39:34 2014 +0200
bsp/mpc55xx: Fix comment
---
 .../libcpu/powerpc/mpc55xx/misc/flash_support.c    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/misc/flash_support.c b/c/src/lib/libcpu/powerpc/mpc55xx/misc/flash_support.c
index 74bbd39..2769efe 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/misc/flash_support.c
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/misc/flash_support.c
@@ -692,4 +692,4 @@ mpc55xx_flash_address(void)
     return mas2 & 0xFFFFF000;
 }
 
-#endif /* MPC55XX_CHIP_TYPE / 100 == 55 */
+#endif /* MPC55XX_CHIP_FAMILY == 555 || MPC55XX_CHIP_FAMILY == 556 */
    
    
More information about the vc
mailing list