diff options
author | Tom Rini | 2021-09-07 22:29:57 -0400 |
---|---|---|
committer | Tom Rini | 2021-09-07 22:29:57 -0400 |
commit | 07298e4828b7d0904fbfd77d386f01b4a37a5609 (patch) | |
tree | ba4e04647da735f6ac5ddc547a26578d8e99855c /include/configs/brppt1.h | |
parent | ec929484ecd95279abd5a95516ec8307571a26a4 (diff) | |
parent | 5f588f831b7459ea910aaf75f4ddd2522987b0e6 (diff) |
Merge branch '2021-09-07-ATAGs-and-related-migration' into next
- Merge ATAGs and MACH_ID options to Kconfig, and then disable them for
nearly all platforms. A small number of platforms actively require
this support still, and have it still enabled. Otherwise, it's migrated
and disabled.
Diffstat (limited to 'include/configs/brppt1.h')
-rw-r--r-- | include/configs/brppt1.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index e58026e783b..9fb861b9a0d 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -24,13 +24,6 @@ #define CONFIG_POWER_TPS65217 -/* Support both device trees and ATAGs. */ -#define CONFIG_CMDLINE_TAG -#define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_INITRD_TAG -/*#define CONFIG_MACH_TYPE 3589*/ -#define CONFIG_MACH_TYPE 0xFFFFFFFF /* TODO: check with kernel*/ - /* * When we have NAND flash we expect to be making use of mtdparts, * both for ease of use in U-Boot and for passing information on to |