]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/common/ngpixis.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / board / freescale / common / ngpixis.h
index 1d4483d8b9d21cce33b01a48476538dbbf457154..364e74954ebe4693ca83352195499c0665013964 100644 (file)
@@ -2,10 +2,7 @@
  * Copyright 2010-2011 Freescale Semiconductor
  * Author: Timur Tabi <timur@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+
  *
  * This file provides support for the ngPIXIS, a board-specific FPGA used on
  * some Freescale reference boards.
@@ -45,7 +42,7 @@ typedef struct ngpixis {
        struct {
                u8 sw;
                u8 en;
-       } s[8];
+       } s[9];         /* s[0]..s[7] is SW1..SW8, and s[8] is SW11 */
 } __attribute__ ((packed)) ngpixis_t;
 
 /* Pointer to the PIXIS register set */