[Armadeus-commitlog] UNNAMED PROJECT branch, armadeus-2020.07, updated. d6d02af214540d67e195729581
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-10-13 09:45:18
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, armadeus-2020.07 has been updated
via d6d02af214540d67e195729581c1f5dd5d38cb95 (commit)
from 5fbc9045e06db12cea22e4fa8a12e627cf707bd4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d6d02af214540d67e195729581c1f5dd5d38cb95
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 13 11:44:43 2020 +0200
opos8mmdev.h: put back addmmcargs and emmcboot scripts
-----------------------------------------------------------------------
Summary of changes:
include/configs/opos8mmdev.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/configs/opos8mmdev.h b/include/configs/opos8mmdev.h
index dc61b6174f..0c372af850 100644
--- a/include/configs/opos8mmdev.h
+++ b/include/configs/opos8mmdev.h
@@ -195,6 +195,12 @@
"initargs=setenv bootargs console=${consoledev},${baudrate} ${extrabootargs}\0" \
"addipargs=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:" \
"${gatewayip}:${netmask}:${hostname}:eth0:off\0" \
+ "addmmcargs=setenv bootargs ${bootargs} root=${mmcroot} " \
+ "rootfstype=${mmcrootfstype}\0" \
+ "emmcboot=run initargs; run addmmcargs; " \
+ "load mmc ${mmcdev}:${mmcpart} ${loadaddr} /boot/${kernelimg} && " \
+ "load mmc ${mmcdev}:${mmcpart} ${fdt_addr} /boot/imx8mm-${fdt_name}.dtb && " \
+ "booti ${loadaddr} - ${fdt_addr};\0" \
"addnfsargs=setenv bootargs ${bootargs} root=/dev/nfs rw " \
"nfsroot=${serverip}:${rootpath}\0" \
"nfsboot=run initargs; run addnfsargs addipargs; " \
hooks/post-receive
--
UNNAMED PROJECT
|