diff mbox series

[RFC,2/2] configs: sandbox: enable stage pre-load for bootm

Message ID 20210330162618.10318-2-philippe.reynes@softathome.com
State RFC
Delegated to: Tom Rini
Headers show
Series [RFC,1/2] cmd: bootm: add a stage pre-load | expand

Commit Message

Philippe REYNES March 30, 2021, 4:26 p.m. UTC
This commit enables the stage pre-load in the bootm command.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass April 21, 2021, 7:14 a.m. UTC | #1
On Wed, 31 Mar 2021 at 05:26, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
>
> This commit enables the stage pre-load in the bootm command.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 5bc90d09a8..ab0e9213f8 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -27,6 +27,7 @@  CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_ANDROID_AB=y
 CONFIG_CMD_CPU=y
 CONFIG_CMD_LICENSE=y
+CONFIG_CMD_BOOTM_PRE_LOAD=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_BOOTEFI_HELLO=y
 CONFIG_CMD_ABOOTIMG=y