1
0
Fork 0

MLK-18885 mx6ullevk: Fix undefined findtee

The "findtee" is actually not used on mx6ullevk, because there is only
one uTee-6ullevk image for optee. So remove the "run findtee"

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit ef29246aaa2d8f00623c381afb9e79c3dbfd1597)
zero-sugar
Ye Li 2018-08-15 02:31:09 -07:00
parent 40bc49dcfd
commit 28aff44441
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@
#define CONFIG_BOOTCOMMAND \
"run findfdt;" \
"run findtee;" \
"mmc dev ${mmcdev};" \
"mmc dev ${mmcdev}; if mmc rescan; then " \
"if run loadbootscript; then " \