diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-05 09:39:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-05 09:39:31 -0500 |
commit | 8308a28af821d6498186b3dd7463db9874cd2daf (patch) | |
tree | 660426244992e77c43b3d1ce5be3e19f061a589b /include/configs | |
parent | 55ffabec7f9108060350fae29b932fbd832f8296 (diff) | |
parent | 6239cc8c4e8484d908afc555eb59441a16a58b53 (diff) | |
download | u-boot-WIP/05Feb2021.tar.gz |
Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-tiWIP/05Feb2021
- Sync DTS from Linux kernel for all K3 platforms
- Add MMC higher speed nodes for AM65x, J721e, J7200
- Convert Nokia RX-51 to use CONFIG_DM_MMC
- Minor fixes for LEGO MINDSTORMS
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/legoev3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index a5f7fab15e..ca96683a3a 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -65,8 +65,6 @@ #define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100) #define CONFIG_HWCONFIG /* enable hwconfig */ #define CONFIG_CMDLINE_TAG -#define CONFIG_REVISION_TAG -#define CONFIG_SERIAL_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_SETUP_INITRD_TAG #define CONFIG_BOOTCOMMAND \ |