pico-imx7d: README: Drop old instructions about secure mode
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 29 Jun 2018 18:19:20 +0000 (15:19 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Jul 2018 08:59:48 +0000 (10:59 +0200)
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>
board/technexion/pico-imx7d/README

index 9e88bc2f3d311516b717050b12354bf9686da752..aa9d72c5d1700e96167d5fcc0908a1f792078874 100644 (file)
@@ -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.