diff options
Diffstat (limited to 'lib_arm')
-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 6e19ddc..93deef7 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 (); |