Re: [U-Boot] [PATCH 1/2] igep00x0: move SPL routines into separate file

2017-08-24 Thread Enric Balletbo Serra
2017-08-19 0:02 GMT+02:00 Pau Pajuelo : > Tested-by: Pau Pajuelo > > 2017-08-17 3:06 GMT+02:00 Ladislav Michl : >> Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs >> by moving SPL related functions into separate file. >> >> Signed-off-by: Ladislav Michl >> --- >> board/isee/igep00x0/Mak

Re: [U-Boot] [PATCH 1/2] igep00x0: move SPL routines into separate file

2017-08-18 Thread Pau Pajuelo
Tested-by: Pau Pajuelo 2017-08-17 3:06 GMT+02:00 Ladislav Michl : > Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs > by moving SPL related functions into separate file. > > Signed-off-by: Ladislav Michl > --- > board/isee/igep00x0/Makefile | 6 +- > board/isee/igep00x0/common.c

[U-Boot] [PATCH 1/2] igep00x0: move SPL routines into separate file

2017-08-16 Thread Ladislav Michl
Avoid cluttering board file with CONFIG_SPL_BUILD ifdefs by moving SPL related functions into separate file. Signed-off-by: Ladislav Michl --- board/isee/igep00x0/Makefile | 6 +- board/isee/igep00x0/common.c | 80 ++ board/isee/igep00x0/igep00x0.c | 128 --