Re: [U-Boot] [PATCH 3/5] arm: ti: boot: Extract PARTS_DEFAULT to boot.h

2018-04-19 Thread Sam Protsenko
On 16 April 2018 at 23:32, Sam Protsenko wrote: > Eliminate code duplication: the same PARTS_DEFAULT was defined in > am57xx_evm.h and in dra7xx_evm.h. Extract it to environment/boot.h and > use in all OMAP5-based boards. > > Signed-off-by: Sam Protsenko

Re: [U-Boot] [PATCH 3/5] arm: ti: boot: Extract PARTS_DEFAULT to boot.h

2018-04-17 Thread Andrew F. Davis
On 04/16/2018 03:32 PM, Sam Protsenko wrote: > Eliminate code duplication: the same PARTS_DEFAULT was defined in > am57xx_evm.h and in dra7xx_evm.h. Extract it to environment/boot.h and > use in all OMAP5-based boards. > > Signed-off-by: Sam Protsenko > --- This

[U-Boot] [PATCH 3/5] arm: ti: boot: Extract PARTS_DEFAULT to boot.h

2018-04-16 Thread Sam Protsenko
Eliminate code duplication: the same PARTS_DEFAULT was defined in am57xx_evm.h and in dra7xx_evm.h. Extract it to environment/boot.h and use in all OMAP5-based boards. Signed-off-by: Sam Protsenko --- include/configs/am57xx_evm.h | 25 -