
14 May
2017
14 May
'17
11:13 a.m.
On 11 May 2017 at 01:52, Patrick Delaunay patrick.delaunay@st.com wrote:
Now that we can expose boot for UBI partition on MTD devices (NOR and NAND).
This patch adds the distro script to automatically payloads from UBI volume called boot detected in a bootable partition in GPT partition in the MTD device.
example to start from nor0 and nand0:
func(EFIMTD, nor, 0) \ func(EFIMTD, nand, 0)
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Changes in v6:
- add distro support for UBI volume in GPT partition in MTD device
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
include/config_distro_bootcmd.h | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org