diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-11-27 11:49:29 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-12-22 20:39:25 -0700 |
commit | 67c7e9af7aeb34d6794ab9b8ae2ac64ba174c850 (patch) | |
tree | 0ac3bd5e937f6189b0096ecba281a52c57a0c781 /configs/sandbox64_defconfig | |
parent | ddc44c2c920eb8e8ceab466a2df61884154e65bd (diff) | |
download | u-boot-67c7e9af7aeb34d6794ab9b8ae2ac64ba174c850.tar.gz u-boot-67c7e9af7aeb34d6794ab9b8ae2ac64ba174c850.tar.xz u-boot-67c7e9af7aeb34d6794ab9b8ae2ac64ba174c850.zip |
configs: sandbox: activate DEBUG_UART
Add CONFIG_DEBUG_UART=y for all sandbox defconfig
as it is already done in sandbox_defconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index f82dc9cc57..2066d0a292 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -7,6 +7,7 @@ CONFIG_PRE_CON_BUF_ADDR=0x100000 CONFIG_BOOTSTAGE_STASH_ADDR=0x0 CONFIG_DEFAULT_DEVICE_TREE="sandbox64" CONFIG_SANDBOX64=y +CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y |