diff options
author | wdenk <wdenk> | 2003-09-17 15:10:32 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-17 15:10:32 +0000 |
commit | f54ebdfa28a3c384cb4904f75f8228f3c6d748c5 (patch) | |
tree | 10a301981147099e9f930ac8ec042328e8c062fa /lib_arm/board.c | |
parent | 34b3049a60a37e180d73332ccddf706c049a0515 (diff) |
Add auto-update code for TRAB board using USB memory sticks
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r-- | lib_arm/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 6e19ddc8c1c..93deef71493 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 (); |