]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: stm32: Disable ATAGs support
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 2 Sep 2021 10:02:06 +0000 (12:02 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Oct 2021 06:15:39 +0000 (08:15 +0200)
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>
include/configs/stm32f429-discovery.h
include/configs/stm32f429-evaluation.h
include/configs/stm32f469-discovery.h
include/configs/stm32f746-disco.h
include/configs/stm32h743-disco.h
include/configs/stm32h743-eval.h
include/configs/stm32h750-art-pi.h
include/configs/stm32mp1.h

index 9d029fbcc6f04f035315c7f6ea2ab7876958cb45..dbbce494759f53032587c96b7966cdfee4b33752 100644 (file)
 
 #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)
index fefdb2dd152563702d60940277dce8fdba1228cf..29a41e80676aee4a41c6f8f4d1414b85e48648f6 100644 (file)
 
 #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          (1 * 1024 * 1024)
index ba9f05a61b40dc0e20c340b02735d1a82d9e2bca..b9b932c65107b5eb957747946d93bd65e8a7de4d 100644 (file)
 
 #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          (1 * 1024 * 1024)
index 08d050adfa5178ed3d68ef0a3839caa4acc2aa6f..b72b989c2c2159d4da985d50a8c931b92bde132e 100644 (file)
 
 #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          (1 * 1024 * 1024)
index 6e10dbdfe945766f93e2418c63fe3c373883363b..e5bb08eec7193fca446c92fb6d32391737730d77 100644 (file)
 
 #define CONFIG_SYS_HZ_CLOCK            1000000
 
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-#define CONFIG_REVISION_TAG
-
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 
index 268d39c7ad6a391c45f4c175e148f429bba2c1f2..89169f85d5ba41b4507f6606e3bdd3eb9f7f0c2b 100644 (file)
 
 #define CONFIG_SYS_HZ_CLOCK            1000000
 
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-#define CONFIG_REVISION_TAG
-
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 
index 3fd54611677c9e387d93b1839c440a7ff7e1b5c5..a9006e224aab429c1f09ebb0de6ada35e3687665 100644 (file)
 
 #define CONFIG_SYS_HZ_CLOCK            1000000
 
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-#define CONFIG_REVISION_TAG
-
 #define CONFIG_SYS_MAXARGS             16
 #define CONFIG_SYS_MALLOC_LEN          (1 * 1024 * 1024)
 
index b372838be82f409ebe2173513223a63c4bd785ed..fb4e4fb0bc444884bf2ed86144511250dbdd5cda 100644 (file)
 #define CONFIG_LOADADDR                        0xc2000000
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
-/* ATAGs */
-#define CONFIG_CMDLINE_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-
 /*
  * For booting Linux, use the first 256 MB of memory, since this is
  * the maximum mapped by the Linux kernel during initialization.