Re: [U-Boot] [PATCH 3/8] spl: Move the loading code into its own function

2016-11-21 Thread Masahiro Yamada
Hi Simon, 2016-11-18 2:29 GMT+09:00 Simon Glass : > Create a boot_from_devices() function to handle trying each device. This > helps to reduce the size of the already-large board_init_r() function. > > Signed-off-by: Simon Glass > --- > > common/spl/spl.c | 33 +

[U-Boot] [PATCH 3/8] spl: Move the loading code into its own function

2016-11-17 Thread Simon Glass
Create a boot_from_devices() function to handle trying each device. This helps to reduce the size of the already-large board_init_r() function. Signed-off-by: Simon Glass --- common/spl/spl.c | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a