summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-04-15 11:55:28 +0300
committerSvyatoslav Ryhel <[email protected]>2025-05-08 08:31:13 +0300
commit718740855325c3366ea95e420bf8b32f47b0aa9f (patch)
tree925316d1bfd50a17b845e0410c2a94718cb08a73 /doc
parent94b395cc2db0160a079b208d9cc49485f2b943b1 (diff)
ARM: tegra: convert boards to use TEGRA_PRAM
Switch boards that use CFG_PRAM to TEGRA_PRAM. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/asus/transformer_t114.rst2
-rw-r--r--doc/board/nvidia/tegratab.rst2
-rw-r--r--doc/board/xiaomi/mocha.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/board/asus/transformer_t114.rst b/doc/board/asus/transformer_t114.rst
index 3e42b5dd9a3..29094eeeaf4 100644
--- a/doc/board/asus/transformer_t114.rst
+++ b/doc/board/asus/transformer_t114.rst
@@ -36,7 +36,7 @@ To build U-Boot without SPL adjust tf701t_defconfig:
CONFIG_TEXT_BASE=0x80A00000
CONFIG_SKIP_LOWLEVEL_INIT=y
# CONFIG_OF_BOARD_SETUP is not set
- CONFIG_TEGRA_SUPPORT_NON_SECURE=y
+ CONFIG_TEGRA_PRAM=y
After the build succeeds, you will obtain the final ``u-boot-dtb.bin`` file,
ready for booting with fastboot boot or which can be further processed into
diff --git a/doc/board/nvidia/tegratab.rst b/doc/board/nvidia/tegratab.rst
index c6d97ce3828..65150fc7fbf 100644
--- a/doc/board/nvidia/tegratab.rst
+++ b/doc/board/nvidia/tegratab.rst
@@ -36,7 +36,7 @@ To build U-Boot without SPL adjust tegratab_defconfig:
CONFIG_TEXT_BASE=0x80A00000
CONFIG_SKIP_LOWLEVEL_INIT=y
# CONFIG_OF_BOARD_SETUP is not set
- CONFIG_TEGRA_SUPPORT_NON_SECURE=y
+ CONFIG_TEGRA_PRAM=y
After the build succeeds, you will obtain the final ``u-boot-dtb.bin`` file,
ready for booting with fastboot boot or which can be further processed into
diff --git a/doc/board/xiaomi/mocha.rst b/doc/board/xiaomi/mocha.rst
index be3e333127b..230081e3287 100644
--- a/doc/board/xiaomi/mocha.rst
+++ b/doc/board/xiaomi/mocha.rst
@@ -105,7 +105,7 @@ To build U-Boot without SPL suitable for chainloading adjust mocha_defconfig:
CONFIG_TEXT_BASE=0x80A00000
CONFIG_SKIP_LOWLEVEL_INIT=y
# CONFIG_OF_BOARD_SETUP is not set
- CONFIG_TEGRA_SUPPORT_NON_SECURE=y
+ CONFIG_TEGRA_PRAM=y
After the build succeeds, you will obtain the final ``u-boot-dtb.bin``
file, ready for booting using vendor bootloader's fastboot or which can be