summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-18 21:27:50 +0300
committerTom Rini <trini@konsulko.com>2022-01-21 22:01:34 +0300
commitd6b318de2f0670b13240c7147e60497aef5f1164 (patch)
tree82f8e40ad98e271528c464f032d51e79d257e8d1 /include/configs
parent4b37fd146bb86b72f52b97386602ae58727b09fc (diff)
downloadu-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.xz
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')
-rw-r--r--include/configs/am335x_evm.h4
-rw-r--r--include/configs/am335x_guardian.h4
-rw-r--r--include/configs/am335x_shc.h4
-rw-r--r--include/configs/am335x_sl50.h4
-rw-r--r--include/configs/chiliboard.h4
-rw-r--r--include/configs/cm_t335.h1
-rw-r--r--include/configs/colibri_pxa270.h1
-rw-r--r--include/configs/ids8313.h1
-rw-r--r--include/configs/imgtec_xilfpga.h1
-rw-r--r--include/configs/m53menlo.h2
-rw-r--r--include/configs/pic32mzdask.h1
-rw-r--r--include/configs/sandbox.h1
-rw-r--r--include/configs/socfpga_common.h2
-rw-r--r--include/configs/socrates.h2
-rw-r--r--include/configs/stmark2.h2
-rw-r--r--include/configs/ti_armv7_keystone2.h1
-rw-r--r--include/configs/uniphier.h2
-rw-r--r--include/configs/xea.h2
18 files changed, 0 insertions, 39 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 0f340806ef..ecc39be31b 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -19,10 +19,6 @@
#include <configs/ti_am335x_common.h>
#include <linux/sizes.h>
-#ifndef CONFIG_SPL_BUILD
-# define CONFIG_TIMESTAMP
-#endif
-
#define CONFIG_SYS_BOOTM_LEN SZ_16M
/* Clock Defines */
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h
index a1f24bb2d1..10a95a10a0 100644
--- a/include/configs/am335x_guardian.h
+++ b/include/configs/am335x_guardian.h
@@ -12,10 +12,6 @@
#include <configs/ti_am335x_common.h>
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_TIMESTAMP
-#endif
-
#define CONFIG_SYS_BOOTM_LEN (16 << 20)
/* Clock Defines */
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h
index c7a7a18dc8..5ed4eb3b3c 100644
--- a/include/configs/am335x_shc.h
+++ b/include/configs/am335x_shc.h
@@ -16,10 +16,6 @@
/* settings we don;t want on this board */
-#ifndef CONFIG_SPL_BUILD
-# define CONFIG_TIMESTAMP
-#endif
-
#define CONFIG_SYS_BOOTM_LEN (16 << 20)
/* Clock Defines */
diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h
index 7fbf421149..0da98975ad 100644
--- a/include/configs/am335x_sl50.h
+++ b/include/configs/am335x_sl50.h
@@ -10,10 +10,6 @@
#include <configs/ti_am335x_common.h>
-#ifndef CONFIG_SPL_BUILD
-# define CONFIG_TIMESTAMP
-#endif
-
#define CONFIG_SYS_BOOTM_LEN (16 << 20)
/* Clock Defines */
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h
index afddedd2eb..fe49627263 100644
--- a/include/configs/chiliboard.h
+++ b/include/configs/chiliboard.h
@@ -8,10 +8,6 @@
#include <configs/ti_am335x_common.h>
-#ifndef CONFIG_SPL_BUILD
-# define CONFIG_TIMESTAMP
-#endif
-
/* Clock Defines */
#define V_OSCK 24000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK)
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h
index 7e187a4e86..ad2e881890 100644
--- a/include/configs/cm_t335.h
+++ b/include/configs/cm_t335.h
@@ -57,7 +57,6 @@
NANDARGS
#endif /* CONFIG_SPL_BUILD */
-#define CONFIG_TIMESTAMP
#define CONFIG_SYS_AUTOLOAD "no"
/* Serial console configuration */
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h
index 0be7f5a416..3d00860155 100644
--- a/include/configs/colibri_pxa270.h
+++ b/include/configs/colibri_pxa270.h
@@ -18,7 +18,6 @@
/*
* Environment settings
*/
-#define CONFIG_TIMESTAMP
/*
* Serial Console Configuration
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h
index 206a57a653..6be8fb0606 100644
--- a/include/configs/ids8313.h
+++ b/include/configs/ids8313.h
@@ -230,7 +230,6 @@
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_LOADS_ECHO
-#define CONFIG_TIMESTAMP
#undef CONFIG_SYS_LOADS_BAUD_CHANGE
/* mtdparts command line support */
diff --git a/include/configs/imgtec_xilfpga.h b/include/configs/imgtec_xilfpga.h
index fc27ca4fe6..19d65f54e3 100644
--- a/include/configs/imgtec_xilfpga.h
+++ b/include/configs/imgtec_xilfpga.h
@@ -46,6 +46,5 @@
/* ---------------------------------------------------------------------
* Board boot configuration
*/
-#define CONFIG_TIMESTAMP /* Print image info with timestamp */
#endif /* __XILFPGA_CONFIG_H */
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index 6eb5ec955b..4a1d959d17 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -11,8 +11,6 @@
#include <asm/arch/imx-regs.h>
-#define CONFIG_TIMESTAMP /* Print image info with timestamp */
-
/*
* Memory configurations
*/
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h
index 3624c122fc..bcc0781aad 100644
--- a/include/configs/pic32mzdask.h
+++ b/include/configs/pic32mzdask.h
@@ -67,7 +67,6 @@
/* ---------------------------------------------------------------------
* Board boot configuration
*/
-#define CONFIG_TIMESTAMP /* Print image info with timestamp */
#define MEM_LAYOUT_ENV_SETTINGS \
"kernel_addr_r="__stringify(CONFIG_SYS_LOAD_ADDR)"\0" \
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 2cb8a90f5e..5c2f3d84c3 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -25,7 +25,6 @@
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
115200}
-#define CONFIG_TIMESTAMP
#define CONFIG_BOOTP_SERVERIP
#ifndef SANDBOX_NO_SDL
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 155aece4c3..5294494e8a 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -12,8 +12,6 @@
*/
#define CONFIG_CLOCKS
-#define CONFIG_TIMESTAMP /* Print image info with timestamp */
-
/*
* Memory configurations
*/
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 15e93d044e..ce3f9ce0e5 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -170,8 +170,6 @@
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
-#define CONFIG_TIMESTAMP /* Print image info with ts */
-
/*
* BOOTP options
*/
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" \
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 4a329bf6ec..0243016fcd 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -108,7 +108,6 @@
DFU_ALT_INFO_MMC \
/* U-Boot general configuration */
-#define CONFIG_TIMESTAMP
/* EDMA3 */
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index fb7b83d285..c9d3c2dd06 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -39,8 +39,6 @@
#define BOOTENV
#endif
-#define CONFIG_TIMESTAMP
-
#define CONFIG_SYS_MONITOR_BASE 0
#define CONFIG_SYS_MONITOR_LEN 0x00200000 /* 2MB */
diff --git a/include/configs/xea.h b/include/configs/xea.h
index aa48bb9263..ba8c05d0d8 100644
--- a/include/configs/xea.h
+++ b/include/configs/xea.h
@@ -14,8 +14,6 @@
#include <linux/sizes.h>
-#define CONFIG_TIMESTAMP /* Print image info with timestamp */
-
/* SPL */
#define CONFIG_SPL_STACK 0x20000