diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:14:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:12 -0500 |
commit | 61693acbce16dd674de9d6193fbfaffc739f4829 (patch) | |
tree | b124b11dc83a3fe4fa9c7f856c9bc81610c38497 /include/configs/smartweb.h | |
parent | 805482d1874d1d06da89d71fcf0f9a46945f7836 (diff) | |
download | u-boot-61693acbce16dd674de9d6193fbfaffc739f4829.tar.gz |
global: Migrate CONFIG_USART_ID to CFG
Perform a simple rename of CONFIG_USART_ID to CFG_USART_ID
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/smartweb.h')
-rw-r--r-- | include/configs/smartweb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index f9a5aa9e32d..75a1670e331 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -62,7 +62,7 @@ /* serial console */ #define CFG_USART_BASE ATMEL_BASE_DBGU -#define CONFIG_USART_ID ATMEL_ID_SYS +#define CFG_USART_ID ATMEL_ID_SYS /* DFU class support */ #define DFU_MANIFEST_POLL_TIMEOUT 25000 |