aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-01-11 13:24:44 -0600
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-04 20:37:56 +0530
commit68432b5d12fbf3de2ffa51577bc0d00c3138c53c (patch)
tree887a0739deb7abd115865efcff1ee66989a9c11d /configs
parent64fd2d26140aa72b43428d079974f7c0e7f88353 (diff)
downloadu-boot-68432b5d12fbf3de2ffa51577bc0d00c3138c53c.zip
u-boot-68432b5d12fbf3de2ffa51577bc0d00c3138c53c.tar.gz
u-boot-68432b5d12fbf3de2ffa51577bc0d00c3138c53c.tar.bz2
ARM: legoev3: set serial# env var
This sets the serial# environmet variable instead of using ATAGs on LEGO MINDSTORMS EV3. Also fix some nomenclature while we are touching this code (Bluetooth address is not the same as MAC address, EEPROM version is not the same as board version). Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/legoev3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index 7aff11c..fb0c4dc 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -12,6 +12,7 @@ CONFIG_AUTOBOOT_STOP_STR="l"
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_BOARD_EARLY_INIT_F=y
+CONFIG_BOARD_LATE_INIT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_ASKENV=y
CONFIG_CRC32_VERIFY=y