summaryrefslogtreecommitdiff
path: root/configs/p2371-2180_defconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-04-15 12:32:33 +0300
committerTom Warren <twarren@nvidia.com>2019-06-05 19:16:35 +0300
commita930a727423c6559ccf0b35c833669ad491a3db5 (patch)
tree5b4f4ca92874caad98d1f59fe542cdd49ffb1c39 /configs/p2371-2180_defconfig
parent74a50ac2a4b9a1906fa3787a4bcd5b079e97d3f8 (diff)
downloadu-boot-a930a727423c6559ccf0b35c833669ad491a3db5.tar.xz
p2371-2180: Pass Ethernet MAC to the kernel
Pass the ethernet MAC address to the kernel upon boot. This passes both the local-mac-address property (as passed to U-Boot from cboot) and the currently set MAC address via the mac-address property. The latter will only be set if it is different from the address that was already passed via the local-mac-address property. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/p2371-2180_defconfig')
-rw-r--r--configs/p2371-2180_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig
index 2fa2fbb5ed..2a21ff1dd0 100644
--- a/configs/p2371-2180_defconfig
+++ b/configs/p2371-2180_defconfig
@@ -5,6 +5,7 @@ CONFIG_NR_DRAM_BANKS=2
CONFIG_TEGRA210=y
CONFIG_TARGET_P2371_2180=y
CONFIG_OF_SYSTEM_SETUP=y
+CONFIG_OF_BOARD_SETUP=y
CONFIG_CONSOLE_MUX=y
CONFIG_SYS_STDIO_DEREGISTER=y
CONFIG_SYS_PROMPT="Tegra210 (P2371-2180) # "