diff --git a/include/configs/am335x_nrhw20.h b/include/configs/am335x_nrhw20.h index 287e789db4..66109b5717 100644 --- a/include/configs/am335x_nrhw20.h +++ b/include/configs/am335x_nrhw20.h @@ -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" diff --git a/include/configs/am335x_nrhw24.h b/include/configs/am335x_nrhw24.h index 436bbadb3e..1a0c04b023 100644 --- a/include/configs/am335x_nrhw24.h +++ b/include/configs/am335x_nrhw24.h @@ -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"