summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:00 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:00 +0200
commiteb10c7406e7f5121f55e89372016f720cd5c1f18 (patch)
tree9a88fffc29d650a098a642518970713f95e7f948 /include/configs
parentbc688a5f0bac3404ca339a0a5a8872a37ebdb957 (diff)
downloadbarebox-eb10c7406e7f5121f55e89372016f720cd5c1f18.tar.gz
barebox-eb10c7406e7f5121f55e89372016f720cd5c1f18.tar.xz
svn_rev_516
remove CONFIG_TIMESTAMP (now in Kconfig)
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/phycore_mpc5200b_tiny.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/phycore_mpc5200b_tiny.h b/include/configs/phycore_mpc5200b_tiny.h
index 00fcf17f9f..0bac9eaa70 100644
--- a/include/configs/phycore_mpc5200b_tiny.h
+++ b/include/configs/phycore_mpc5200b_tiny.h
@@ -50,12 +50,9 @@ High Level Configuration Options
/*------------------------------------------------------------------------------------------------------------------------------------------------------
Serial console configuration
------------------------------------------------------------------------------------------------------------------------------------------------------*/
-#define CONFIG_PSC_CONSOLE 3 /* console is on PSC3 -> define gps port conf. register later on to enable UART function! */
#define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */
#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
-#define CONFIG_TIMESTAMP 1 /* Print image info with timestamp */
-
#if (TEXT_BASE == 0xFF000000) /* Boot low */
#define CFG_LOWBOOT 1
#endif