OSDN Git Service

Grow GPIO field
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 10:24:17 +0000 (19:24 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 12 Jan 2015 10:24:17 +0000 (19:24 +0900)
arch/h8300/include/asm/bootparams.h

index cc73382..48a0304 100644 (file)
@@ -1,7 +1,7 @@
 struct bootparams {
        short size;
-       unsigned char gpio_ddr[16];
-       unsigned char gpio_use[16];
+       unsigned char gpio_ddr[24];
+       unsigned char gpio_use[24];
        unsigned int clock_freq;
        unsigned int ram_end;
        unsigned char *command_line;