Re: [U-Boot] [PATCH] bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm

2013-09-17 Thread Paul Burton
*ping* (Also CCing MIPS custodian) Paul On 06/09/13 11:23, Paul Burton wrote: A plain bootm used to call the architecture specific boot function with no flags, but was modified by commit 35fc84fa Refactor the bootm command to reduce code duplication to call the architecture specific boot

Re: [U-Boot] [PATCH] bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootm

2013-09-17 Thread Daniel Schwierzeck
2013/9/6 Paul Burton paul.bur...@imgtec.com: A plain bootm used to call the architecture specific boot function with no flags, but was modified by commit 35fc84fa Refactor the bootm command to reduce code duplication to call the architecture specific boot function multiple times with various