X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fstdio_dev.h;h=95d6246f59ee7be3d6a9ea2eca1066f7adcba5d0;hb=f643d9294f45487f22e8f33d6572530f17eff4e9;hp=24da23fe501196d650ff71d5062d3528ce362160;hpb=8a6b088aff969a125cf4ed21f7608112f8b722e5;p=oweals%2Fu-boot.git 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 */