summaryrefslogtreecommitdiff
path: root/include/configs/smartweb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:14:02 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:15:12 +0300
commit805482d1874d1d06da89d71fcf0f9a46945f7836 (patch)
treefc53a71f120074383da5e13b58bdd3a5a94c48a1 /include/configs/smartweb.h
parente7cebff656527f624be796d7a80fcc7493e3e986 (diff)
downloadu-boot-805482d1874d1d06da89d71fcf0f9a46945f7836.tar.xz
global: Migrate CONFIG_USART_BASE to CFG
Perform a simple rename of CONFIG_USART_BASE to CFG_USART_BASE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/smartweb.h')
-rw-r--r--include/configs/smartweb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 762f61470b..f9a5aa9e32 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -61,7 +61,7 @@
#define CFG_SYS_NAND_READY_PIN AT91_PIN_PC13
/* serial console */
-#define CONFIG_USART_BASE ATMEL_BASE_DBGU
+#define CFG_USART_BASE ATMEL_BASE_DBGU
#define CONFIG_USART_ID ATMEL_ID_SYS
/* DFU class support */