diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-09-16 18:05:59 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-10-28 11:27:43 +0200 |
| commit | eb8074f5cc28e60f4ebc5094c3c786aa1dd2c429 (patch) | |
| tree | 06404fbc915ae92cee83890cf6039102d8a7ef82 /configs/picasso_defconfig | |
| parent | 23987e10905146def3ab61e55ec912c6e742efdc (diff) | |
configs: tegra: remove ATAGS support
Remove support for ATAGS-based OS booting. ATAGS are used for booting
older Linux kernel versions and we are moving away from using those.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Diffstat (limited to 'configs/picasso_defconfig')
| -rw-r--r-- | configs/picasso_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/picasso_defconfig b/configs/picasso_defconfig index f5c6619a271..9d153694245 100644 --- a/configs/picasso_defconfig +++ b/configs/picasso_defconfig @@ -1,8 +1,5 @@ CONFIG_ARM=y CONFIG_ARCH_TEGRA=y -CONFIG_SUPPORT_PASSING_ATAGS=y -CONFIG_CMDLINE_TAG=y -CONFIG_INITRD_TAG=y CONFIG_TEXT_BASE=0x00110000 CONFIG_NR_DRAM_BANKS=2 CONFIG_ENV_SOURCE_FILE="picasso" |
