aboutsummaryrefslogtreecommitdiff
path: root/include/configs/aristainetos2.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:40 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commitacf29d8ccb56e1c366a8c360cfa7cc8f44d4d281 (patch)
tree1c345679cf80323156168102c42c40fe714be473 /include/configs/aristainetos2.h
parent42119de8b51ca703d5e6c489b59c99aa3db7ab30 (diff)
downloadu-boot-acf29d8ccb56e1c366a8c360cfa7cc8f44d4d281.zip
u-boot-acf29d8ccb56e1c366a8c360cfa7cc8f44d4d281.tar.gz
u-boot-acf29d8ccb56e1c366a8c360cfa7cc8f44d4d281.tar.bz2
global: Migrate CONFIG_ENV_FLAGS_LIST_STATIC to CFG
Perform a simple rename of CONFIG_ENV_FLAGS_LIST_STATIC to CFG_ENV_FLAGS_LIST_STATIC Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/aristainetos2.h')
-rw-r--r--include/configs/aristainetos2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h
index 8541354..ff213a4 100644
--- a/include/configs/aristainetos2.h
+++ b/include/configs/aristainetos2.h
@@ -418,7 +418,7 @@
/* UBI support */
-#define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mw,serial#:sw,board_type:sw," \
+#define CFG_ENV_FLAGS_LIST_STATIC "ethaddr:mw,serial#:sw,board_type:sw," \
"sysnum:dw,panel:sw,ipaddr:iw,serverip:iw"
#endif /* __ARISTAINETOS2_CONFIG_H */