diff options
author | Pascal Vizeli <pvizeli@syshack.ch> | 2020-06-18 16:40:37 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2020-07-08 10:52:45 +0200 |
commit | 6de936b011fb02d1019a69aea0184cee4a578f59 (patch) | |
tree | ec2b349ed61d55b15629a1a6332b51a0a8f0dc7f /configs | |
parent | 2f5fbb5b39f7b67044dda5c35e4a4b31685a3109 (diff) | |
download | u-boot-6de936b011fb02d1019a69aea0184cee4a578f59.tar.gz |
board: amlogic: Add Odroid-N2 board support
Add a proper Odroid-N2 board support to handle the Ethernet MAC
address stored in the in-SoC eFuses.
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/odroid-n2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index e0cc6e3729..063809416e 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_SYS_BOARD="w400" +CONFIG_SYS_BOARD="odroid-n2" CONFIG_ARCH_MESON=y CONFIG_SYS_TEXT_BASE=0x01000000 CONFIG_ENV_SIZE=0x2000 |