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/grpeach.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/grpeach.h')
-rw-r--r-- | include/configs/grpeach.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h index 52b4b356ac5..29a446c2f5d 100644 --- a/include/configs/grpeach.h +++ b/include/configs/grpeach.h @@ -13,7 +13,6 @@ /* Miscellaneous */ #define CONFIG_SYS_PBSIZE 256 -#define CONFIG_CMDLINE_TAG /* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */ #define CONFIG_SYS_SDRAM_BASE 0x20000000 |