X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fstdio_dev.h;h=95d6246f59ee7be3d6a9ea2eca1066f7adcba5d0;hb=a61047370d0b73ab886c5863e952695b5ee0d75b;hp=24da23fe501196d650ff71d5062d3528ce362160;hpb=790af815436bc6a93e4c581840be2419897f23b1;p=u-boot diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 24da23fe50..95d6246f59 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -23,7 +23,7 @@ struct stdio_dev { int flags; /* Device flags: input/output/system */ int ext; /* Supported extensions */ - char name[16]; /* Device name */ + char name[32]; /* Device name */ /* GENERAL functions */