nrhw20,nrhw24: Fix typo in bootcmd.
BugzID: none Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
842b154e3a
commit
632ed044e8
|
|
@ -107,7 +107,7 @@ int eth_phy_timeout(void);
|
||||||
/* Set boot command depending of software environment */
|
/* Set boot command depending of software environment */
|
||||||
#ifndef CONFIG_NRSW_BUILD
|
#ifndef CONFIG_NRSW_BUILD
|
||||||
/* Yocto/OSTree boot command */
|
/* Yocto/OSTree boot command */
|
||||||
#define MAIN_BOOTCMD "boot_ostree"
|
#define MAIN_BOOTCMD "run boot_ostree"
|
||||||
#else
|
#else
|
||||||
/* NRSW boot command */
|
/* NRSW boot command */
|
||||||
#define MAIN_BOOTCMD "run sdboot"
|
#define MAIN_BOOTCMD "run sdboot"
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ int eth_phy_timeout(void);
|
||||||
/* Set boot command depending of software environment */
|
/* Set boot command depending of software environment */
|
||||||
#ifndef CONFIG_NRSW_BUILD
|
#ifndef CONFIG_NRSW_BUILD
|
||||||
/* Yocto/OSTree boot command */
|
/* Yocto/OSTree boot command */
|
||||||
#define MAIN_BOOTCMD "boot_ostree"
|
#define MAIN_BOOTCMD "run boot_ostree"
|
||||||
#else
|
#else
|
||||||
/* NRSW boot command */
|
/* NRSW boot command */
|
||||||
#define MAIN_BOOTCMD "run sdboot"
|
#define MAIN_BOOTCMD "run sdboot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue