summaryrefslogtreecommitdiffstats
path: root/common/environment.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/environment.c')
-rw-r--r--common/environment.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/environment.c b/common/environment.c
index c314d7cccc..0c7de84b5f 100644
--- a/common/environment.c
+++ b/common/environment.c
@@ -23,11 +23,11 @@
* @brief Environment handling support (host and target)
*
* Important: This file will also be used on the host to create
- * the default environment when building the U-Boot binary. So
- * do not add any new U-Boot related functions here!
+ * the default environment when building the barebox binary. So
+ * do not add any new barebox related functions here!
*/
-#ifdef __U_BOOT__
+#ifdef __BAREBOX__
#include <common.h>
#include <command.h>
#include <malloc.h>