From 632ed044e830dd890ac93ad7bb00a060cd4ff5f8 Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Thu, 28 Nov 2019 16:53:13 +0100 Subject: [PATCH] nrhw20,nrhw24: Fix typo in bootcmd. BugzID: none Signed-off-by: Lucien Mueller --- include/configs/am335x_nrhw20.h | 2 +- include/configs/am335x_nrhw24.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"