rockchip: Update rk3399 bootph-tags for VPL

When VPL is in use, memory init happens in SPL, so there is no need to
include the DMC device before that. Adjust the tags to save space.

Series-changes: 2
- Only enable MMC when VPM is in use.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-02-03 17:43:15 -07:00
parent e82b3459ad
commit 29dcca5005

View File

@@ -71,7 +71,12 @@
0x0 0xffa88800 0x0 0x1800
0x0 0xffa8a000 0x0 0x2000
0x0 0xffa8c000 0x0 0x1000>;
bootph-all;
#ifdef CONFIG_VPL
bootph-pre-ram;
bootph-some-ram;
#else
bootph-all;
#endif
status = "okay";
};
@@ -118,6 +123,10 @@
};
&sdmmc {
#ifdef CONFIG_VPL
bootph-pre-sram;
bootph-verify;
#endif
bootph-pre-ram;
bootph-some-ram;