aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-18 11:27:50 -0700
committerTom Rini <trini@konsulko.com>2022-01-21 14:01:34 -0500
commitd6b318de2f0670b13240c7147e60497aef5f1164 (patch)
tree82f8e40ad98e271528c464f032d51e79d257e8d1 /include
parent4b37fd146bb86b72f52b97386602ae58727b09fc (diff)
downloadu-boot-d6b318de2f0670b13240c7147e60497aef5f1164.zip
u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.gz
u-boot-d6b318de2f0670b13240c7147e60497aef5f1164.tar.bz2
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')
-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 0f34080..ecc39be 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 a1f24bb..10a95a1 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 c7a7a18..5ed4eb3 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 7fbf421..0da9897 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 afddedd..fe49627 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 7e187a4..ad2e881 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 0be7f5a..3d00860 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 206a57a..6be8fb0 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 fc27ca4..19d65f5 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 6eb5ec9..4a1d959 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 3624c12..bcc0781 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 2cb8a90..5c2f3d8 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 155aece..5294494 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 15e93d0..ce3f9ce 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 18a57f2..9d9ac03 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 4a329bf..0243016 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 fb7b83d..c9d3c2d 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 aa48bb9..ba8c05d 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