summaryrefslogtreecommitdiff
path: root/board/technexion/pico-imx7d
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-29 21:19:20 +0300
committerStefano Babic <sbabic@denx.de>2018-07-23 11:59:48 +0300
commit0a7b54f58779ddbc3383e75789e6e45bb1b93b7f (patch)
treecebd2e0da7f4a8bf063cecbd6a7ab7c1360751a8 /board/technexion/pico-imx7d
parent619fc167b65ea07601e0ce1cd969718c7092a40c (diff)
downloadu-boot-0a7b54f58779ddbc3383e75789e6e45bb1b93b7f.tar.xz
pico-imx7d: README: Drop old instructions about secure mode
Our default config already has the secure mode supported, so the manual step is not required anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'board/technexion/pico-imx7d')
-rw-r--r--board/technexion/pico-imx7d/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/board/technexion/pico-imx7d/README b/board/technexion/pico-imx7d/README
index 9e88bc2f3d..aa9d72c5d1 100644
--- a/board/technexion/pico-imx7d/README
+++ b/board/technexion/pico-imx7d/README
@@ -52,20 +52,3 @@ Remove power from the pico board.
Put pico board into normal boot mode.
Power up the board and the new updated U-Boot should boot from eMMC.
-
-Building U-Boot to boot with NXP 4.1 kernel:
-
-The NXP 4.1 kernel boots only in secure boot mode on mx7.
-
-Follow the next steps to enable secure boot:
-
-$ make mrproper
-$ make pico-imx7d_defconfig
-$ make menuconfig
- -> ARM architecture
- -> [*] Enable support for booting in non-secure mode
- -> [*] Boot in secure mode by default
- -> Exit
-$ make
-
-Flash u-boot.imx using the imx_usb_loader tool.