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 */
|
||||
#ifndef CONFIG_NRSW_BUILD
|
||||
/* Yocto/OSTree boot command */
|
||||
#define MAIN_BOOTCMD "boot_ostree"
|
||||
#define MAIN_BOOTCMD "run boot_ostree"
|
||||
#else
|
||||
/* NRSW boot command */
|
||||
#define MAIN_BOOTCMD "run sdboot"
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ int eth_phy_timeout(void);
|
|||
/* Set boot command depending of software environment */
|
||||
#ifndef CONFIG_NRSW_BUILD
|
||||
/* Yocto/OSTree boot command */
|
||||
#define MAIN_BOOTCMD "boot_ostree"
|
||||
#define MAIN_BOOTCMD "run boot_ostree"
|
||||
#else
|
||||
/* NRSW boot command */
|
||||
#define MAIN_BOOTCMD "run sdboot"
|
||||
|
|
|
|||
Loading…
Reference in New Issue