commit | 0ceef80d88fad63ab8d2bfb4a77525037512f5d8 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Thu Oct 29 12:59:19 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 15 13:56:50 2020 -0500 |
tree | fb71208230a06ccf830f5bb2f9955a5164c2e694 | |
parent | 16bc453ad6f6c82621ee916b82e738b946578020 [diff] |
distro_bootcmd: set devtype for dhcp boot Set $devtype for DHCP boot, which can be handy for the boot.scr for detection of devtype used (for example, when the same boot.scr is used for both mmc/dhcp boot): if test ${devtype} = "dhcp"; then ... fi Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>