diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:03:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:07:03 -0500 |
commit | 10bb746127f2bf8d7b4475dd7528b10712e07d8e (patch) | |
tree | 1af52a4e4b0b762ab0d191819f9147dd433764b6 /include/configs/rut.h | |
parent | 4a609781d514456980654079407dad0a801ff485 (diff) | |
download | u-boot-10bb746127f2bf8d7b4475dd7528b10712e07d8e.tar.gz |
global: Migrate CONFIG_ENV_SETTINGS_V1 to CFG
Perform a simple rename of CONFIG_ENV_SETTINGS_V1 to CFG_ENV_SETTINGS_V1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rut.h')
-rw-r--r-- | include/configs/rut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rut.h b/include/configs/rut.h index f51771f9ca4..b07d0c50604 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -33,7 +33,7 @@ "nand_img_size=0x500000\0" \ "splashpos=m,m\0" \ "optargs=fixrtc --no-log consoleblank=0 \0" \ - CONFIG_ENV_SETTINGS_V1 \ + CFG_ENV_SETTINGS_V1 \ CFG_ENV_SETTINGS_NAND_V1 \ "mmc_dev=0\0" \ "mmc_root=/dev/mmcblk0p2 rw\0" \ |