aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1046ardb.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-11-23 16:51:48 +0530
committerSimon Glass <sjg@chromium.org>2017-12-24 12:42:50 -0700
commit4ace304062e143da8ab7851d0c8570d61777ec06 (patch)
tree1118a8923809898991f590a9450d4e6b7188c450 /include/configs/ls1046ardb.h
parent6bedf44714a145e09fddb8c5a03ada210b812ec9 (diff)
downloadu-boot-4ace304062e143da8ab7851d0c8570d61777ec06.zip
u-boot-4ace304062e143da8ab7851d0c8570d61777ec06.tar.gz
u-boot-4ace304062e143da8ab7851d0c8570d61777ec06.tar.bz2
boards: ls1046ardb: disable unavailable "ethernet" node in dts
Linux device tree contains "ethernet" node for all possible interface supported by SoC i.e. LS1046A. It is not necessary for a SerDes protocol to support all possible interface. So disable unavailable "ethernet" node in device tree. Also, enable FDT_SEQ_MACADDR_FROM_ENV to fetch MAC address sequentially from environment variables Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1046ardb.h')
-rw-r--r--include/configs/ls1046ardb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 784894f..793e675 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -195,6 +195,8 @@
#define FM1_10GEC1_PHY_ADDR 0x0
+#define FDT_SEQ_MACADDR_FROM_ENV
+
#define CONFIG_ETHPRIME "FM1@DTSEC3"
#endif