diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:50 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:34 -0500 |
commit | d6b318de2f0670b13240c7147e60497aef5f1164 (patch) | |
tree | 82f8e40ad98e271528c464f032d51e79d257e8d1 /configs/socfpga_dbm_soc1_defconfig | |
parent | 4b37fd146bb86b72f52b97386602ae58727b09fc (diff) | |
download | u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.gz |
Convert CONFIG_TIMESTAMP to Kconfig
This converts the following to Kconfig:
CONFIG_TIMESTAMP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/socfpga_dbm_soc1_defconfig')
-rw-r--r-- | configs/socfpga_dbm_soc1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_dbm_soc1_defconfig b/configs/socfpga_dbm_soc1_defconfig index baae2f2e48..15652a17ea 100644 --- a/configs/socfpga_dbm_soc1_defconfig +++ b/configs/socfpga_dbm_soc1_defconfig @@ -8,6 +8,7 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_dbm_soc1" CONFIG_SPL_TEXT_BASE=0xFFFF0000 CONFIG_TARGET_SOCFPGA_DEVBOARDS_DBM_SOC1=y CONFIG_FIT=y +CONFIG_TIMESTAMP=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200" CONFIG_USE_BOOTCOMMAND=y |