From f54ebdfa28a3c384cb4904f75f8228f3c6d748c5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 17 Sep 2003 15:10:32 +0000 Subject: Add auto-update code for TRAB board using USB memory sticks --- lib_arm/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_arm') diff --git a/lib_arm/board.c b/lib_arm/board.c index 6e19ddc8c1..93deef7149 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -285,7 +285,7 @@ void start_armboot (void) } } - devices_init (); /* get the devices list going. */ + devices_init (); /* get the devices list going. */ jumptable_init (); -- cgit v1.2.3