diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-09-02 12:02:06 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-10-08 08:15:39 +0200 |
commit | b703dcb0fe5d296bb55a8932147d9f754625b739 (patch) | |
tree | 2f1e6777aeb8c3520b9f0c89036df9feed9e18ad /include/configs/stm32f429-discovery.h | |
parent | d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 (diff) | |
download | u-boot-b703dcb0fe5d296bb55a8932147d9f754625b739.zip u-boot-b703dcb0fe5d296bb55a8932147d9f754625b739.tar.gz u-boot-b703dcb0fe5d296bb55a8932147d9f754625b739.tar.bz2 |
arm: stm32: Disable ATAGs support
These platforms never had to support an ATAGs-based Linux Kernel, so
remove the options.
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'include/configs/stm32f429-discovery.h')
-rw-r--r-- | include/configs/stm32f429-discovery.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 9d029fb..dbbce49 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -27,11 +27,6 @@ #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ -#define CONFIG_CMDLINE_TAG -#define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_INITRD_TAG -#define CONFIG_REVISION_TAG - #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_MALLOC_LEN (2 << 20) |