]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc85xx/p1023_serdes.c
powerpc/t1024: add serdes protocol 0x40 and 0x5f
[u-boot] / arch / powerpc / cpu / mpc85xx / p1023_serdes.c
index c8ab5d6f339a7aea12d20571a646e867f0a730a4..e83b0a3359834d42aae1e807e16725ff3930e3fb 100644 (file)
@@ -2,10 +2,7 @@
  * Copyright 2010-2011 Freescale Semiconductor, Inc.
  * Author: Roy Zang <tie-fei.zang@freescale.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
@@ -41,7 +38,7 @@ void fsl_serdes_init(void)
 
        debug("PORDEVSR[IO_SEL_SRDS] = %x\n", srds_cfg);
 
-       if (srds_cfg > ARRAY_SIZE(serdes1_cfg_tbl)) {
+       if (srds_cfg >= ARRAY_SIZE(serdes1_cfg_tbl)) {
                printf("Invalid PORDEVSR[IO_SEL_SRDS] = %d\n", srds_cfg);
                return;
        }