Re: [U-Boot] [PATCH V5 17/31] imx: mx7: move get_boot_device to cpu.c

2018-01-21 Thread Stefano Babic
On 10/01/2018 06:20, Peng Fan wrote: > Move get_boot_device to cpu.c to prepare adding i.MX8M support, > because i.MX8M share same code with i.MX7. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Fabio Estevam > --- >

[U-Boot] [PATCH V5 17/31] imx: mx7: move get_boot_device to cpu.c

2018-01-09 Thread Peng Fan
Move get_boot_device to cpu.c to prepare adding i.MX8M support, because i.MX8M share same code with i.MX7. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- arch/arm/include/asm/arch-mx7/imx-regs.h | 8 ---