summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:49 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:08:35 -0500
commitfb55ac2cfe017b5f83d97f25e3ed2ceaa9946405 (patch)
tree5772f4947c00c261472ac86dea1e3e27c8998958 /include
parentb9abcb8c9fc196ef502eb8b2909bbb92a109deab (diff)
downloadu-boot-fb55ac2cfe017b5f83d97f25e3ed2ceaa9946405.tar.gz
global: Migrate CONFIG_ETHBASE to CFG
Perform a simple rename of CONFIG_ETHBASE to CFG_ETHBASE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xtfpga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h
index e0189c58f0..83a0539d8f 100644
--- a/include/configs/xtfpga.h
+++ b/include/configs/xtfpga.h
@@ -120,7 +120,7 @@
/* Ethernet Driver Info */
/*======================*/
-#define CONFIG_ETHBASE 00:50:C2:13:6f:00
+#define CFG_ETHBASE 00:50:C2:13:6f:00
#define CFG_SYS_ETHOC_BASE IOADDR(0x0d030000)
#define CFG_SYS_ETHOC_BUFFER_ADDR IOADDR(0x0D800000)