diff options
author | David Lechner <david@lechnology.com> | 2021-01-11 13:24:44 -0600 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-02-04 20:37:56 +0530 |
commit | 68432b5d12fbf3de2ffa51577bc0d00c3138c53c (patch) | |
tree | 887a0739deb7abd115865efcff1ee66989a9c11d /configs | |
parent | 64fd2d26140aa72b43428d079974f7c0e7f88353 (diff) | |
download | u-boot-68432b5d12fbf3de2ffa51577bc0d00c3138c53c.tar.gz |
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_defconfig | 1 |
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 |