diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-26 12:40:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 12:40:22 -0500 |
commit | 6b21502229035779059493b2193fd790448fe85e (patch) | |
tree | e48319d91713218a49706b7526f147f2d56c7aee /configs | |
parent | 5830791d91d1200854ef78fcb32f808c8080f0f0 (diff) | |
parent | b0edea3c27af3bf7b959fa190a7fe9d7881153c5 (diff) |
Merge branch '2018-11-25-master-imports'
- Bring in the series from Simon for SPL logging support and bloblist
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index f44e80e8c3..452a2ef4a5 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -22,6 +22,7 @@ CONFIG_CONSOLE_RECORD=y CONFIG_CONSOLE_RECORD_OUT_SIZE=0x1000 CONFIG_SILENT_CONSOLE=y CONFIG_DISPLAY_BOARDINFO_LATE=y +CONFIG_HANDOFF=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_CMD_CPU=y |