diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:03:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:07:03 -0500 |
| commit | acf29d8ccb56e1c366a8c360cfa7cc8f44d4d281 (patch) | |
| tree | 1c345679cf80323156168102c42c40fe714be473 /include/configs | |
| parent | 42119de8b51ca703d5e6c489b59c99aa3db7ab30 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/aristainetos2.h | 2 | ||||
| -rw-r--r-- | include/configs/imx6q-bosch-acc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index 85413545715..ff213a41b8f 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 */ diff --git a/include/configs/imx6q-bosch-acc.h b/include/configs/imx6q-bosch-acc.h index 99da081cdae..392f97050a6 100644 --- a/include/configs/imx6q-bosch-acc.h +++ b/include/configs/imx6q-bosch-acc.h @@ -45,7 +45,7 @@ "save_env=env save; env save\0" \ "altbootcmd=run handle_ustate; run switch_bootset; run save_env; run bootcmd\0" -#define CONFIG_ENV_FLAGS_LIST_STATIC \ +#define CFG_ENV_FLAGS_LIST_STATIC \ "bootset:bw," \ "clone_pending:bw," \ "endurance_test:bw," \ |
