summaryrefslogtreecommitdiff
path: root/configs/legoev3_defconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-01-11 22:24:44 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-04 18:07:56 +0300
commit68432b5d12fbf3de2ffa51577bc0d00c3138c53c (patch)
tree887a0739deb7abd115865efcff1ee66989a9c11d /configs/legoev3_defconfig
parent64fd2d26140aa72b43428d079974f7c0e7f88353 (diff)
downloadu-boot-68432b5d12fbf3de2ffa51577bc0d00c3138c53c.tar.xz
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/legoev3_defconfig')
-rw-r--r--configs/legoev3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index 7aff11ccca..fb0c4dc951 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