bf51x bus: fix copy & paste typo in name

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1794 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 40952aa7ff
commit bf136d26d1

@ -1,3 +1,7 @@
2010-06-21 Mike Frysinger <vapier@gentoo.org>
* src/bus/bf518f_ezbrd.c (urj_bus_bf51x_bus): Fix copy & paste typo in name.
2010-06-16 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (VL_LIB_READLINE): Add a --with[out]-readline configure

@ -362,7 +362,7 @@ const urj_bus_driver_t urj_bus_bf518f_ezbrd_bus =
const urj_bus_driver_t urj_bus_bf51x_bus =
{
"bf52x",
"bf51x",
N_("Generic Blackfin BF51x bus driver via BSR"),
BF518F_EZBRD_BUS_FUNCTIONS
};

Loading…
Cancel
Save