summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-14 08:42:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-14 08:42:32 +0200
commite6b42af9c5b08280aaab0938afac03b4c9269285 (patch)
tree3b2f5e2c3772932efb70e8bbf45233c3475f1959 /include/driver.h
parent3a3662374839c3d234f04c199a503b17ee3c1d3a (diff)
downloadbarebox-e6b42af9c5b08280aaab0938afac03b4c9269285.tar.gz
barebox-e6b42af9c5b08280aaab0938afac03b4c9269285.tar.xz
increase maximum driver name length to 32
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver.h b/include/driver.h
index 551b66257e..fb31ada610 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -25,7 +25,7 @@
#include <list.h>
-#define MAX_DRIVER_NAME 16
+#define MAX_DRIVER_NAME 32
#define DEVICE_TYPE_UNKNOWN 0
#define DEVICE_TYPE_ETHER 1