summaryrefslogtreecommitdiffstats
path: root/common/env_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/env_remote.c')
-rw-r--r--common/env_remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/env_remote.c b/common/env_remote.c
index 3bf0f957b3..a7b147b20d 100644
--- a/common/env_remote.c
+++ b/common/env_remote.c
@@ -62,8 +62,8 @@ int env_init(void)
#ifdef CONFIG_CMD_SAVEENV
int saveenv(void)
{
-#ifdef CONFIG_SRIOBOOT_SLAVE
- printf("Can not support the 'saveenv' when boot from SRIO!\n");
+#ifdef CONFIG_SRIO_PCIE_BOOT_SLAVE
+ printf("Can not support the 'saveenv' when boot from SRIO or PCIE!\n");
return 1;
#else
return 0;
OpenPOWER on IntegriCloud