rockchip: Drop bootstage stash in TPL and SPL for rockpro64
authorSimon Glass <sjg@chromium.org>
Fri, 24 Mar 2023 20:58:10 +0000 (16:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 15:16:04 +0000 (11:16 -0400)
commit5272732d1c73f4d5f7210ce7e2d7470f2ff826fb
tree8774f8d239b339c9be240ae5155da7777f4fa07d
parent523dc2b28f8238840d911802956f30cac967a4b7
rockchip: Drop bootstage stash in TPL and SPL for rockpro64

Unfortunately the IRAM used to stash the bootstage records in TPL
becomes inaccessible after SPL runs. Presumably this is because of ATF
taking it over.

We could move the stash to another address in SPL, before passing it to
U-Boot proper. But it seems easier to wait until we have support for
standard passage[1] which should not be too far away.

For now, disable it in TPL and SPL.

[1] https://patchwork.ozlabs.org/project/uboot/cover/
    20220117150428.1580273-1-sjg@chromium.org/

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Vagrant Cascadian <vagrant@debian.org>
configs/rockpro64-rk3399_defconfig