nrhw20,nrhw24: Fix typo in bootcmd.

BugzID: none

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2019-11-28 16:53:13 +01:00
parent 842b154e3a
commit 632ed044e8
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"