From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Sat, 23 Jan 2021 16:50:25 +0100 (CET) Subject: [PATCH v3] imx8mq: configs: add support for distro boot commands In-Reply-To: <20210114082323.1879-1-alice.guo@oss.nxp.com> Message-ID: <20210123155025.64085828C8@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Alice Guo > Supported boot device types in iMX8MQ: MMC, DHCP. > CONFIG_DISTRO_DEFAULTS is added for enabling the DISTRO_DEFAULTS option. > CONFIG_BOOTCOMMAND which is defined in include/configs/imx8mq_evk.h is > deleted because "run distro_bootcmd" is required to be the default boot > mode. > scriptaddr is the location in RAM where boot.scr.uimg/boot.scr will be > loaded to prior to execution. > kernel_addr_r is the location in RAM where the kernel will be loaded to. > Delete unnecessary environment variables because "run distro_bootcmd" is > set to be the default boot mode. > Signed-off-by: Alice Guo Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================