[PATCH 6/8] configs: toradex: add default rootpath
Marek Vasut
marex at denx.de
Thu Jul 22 18:07:50 CEST 2021
On 7/22/21 5:49 PM, Oleksandr Suvorov wrote:
[...]
> diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
> index b04a03f76d..5a90e03edb 100644
> --- a/include/configs/apalis-imx8.h
> +++ b/include/configs/apalis-imx8.h
> @@ -24,6 +24,7 @@
> #define CONFIG_IPADDR 192.168.10.2
> #define CONFIG_NETMASK 255.255.255.0
> #define CONFIG_SERVERIP 192.168.10.1
> +#define CONFIG_ROOTPATH "/srv/nfs"
Rather, all this should be removed, since all these IP addresses and
root path settings are invalid for most places where the system will be
used. The user should define their own. It is not recommended to hard
code this in board config.
More information about the U-Boot
mailing list