global: Migrate CONFIG_SET_DFU_ALT_BUF_LEN to CFG

Perform a simple rename of CONFIG_SET_DFU_ALT_BUF_LEN to CFG_SET_DFU_ALT_BUF_LEN

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2022-12-04 10:13:46 -05:00
parent 3cdd6302a5
commit ddc4187033
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
"params.bin raw 0x1880 0x20\0"
/* Enable: board/samsung/common/misc.c to use set_dfu_alt_info() */
#define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K)
#define CFG_SET_DFU_ALT_BUF_LEN (SZ_1K)
/* Set soc_rev, soc_id, board_rev, board_name, fdtfile */
#define CFG_ODROID_REV_AIN 9