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 /include/configs/stmark2.h | |
parent | 4b37fd146bb86b72f52b97386602ae58727b09fc (diff) | |
download | u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.gz u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.bz2 u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.zip |
Convert CONFIG_TIMESTAMP to Kconfig
This converts the following to Kconfig:
CONFIG_TIMESTAMP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/stmark2.h')
-rw-r--r-- | include/configs/stmark2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 18a57f2231..9d9ac03627 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -15,8 +15,6 @@ #define LDS_BOARD_TEXT \ board/sysam/stmark2/sbf_dram_init.o (.text*) -#define CONFIG_TIMESTAMP - #define CONFIG_EXTRA_ENV_SETTINGS \ "kern_size=0x700000\0" \ "loadaddr=0x40001000\0" \ |