summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-04-04 10:09:19 -0400
committerTom Rini <trini@ti.com>2014-04-04 10:09:19 -0400
commit04d2f0a9f33112bd70ce4d9c451fdca1682e3a59 (patch)
treeb7b204d1b151ad5207343c7402098092f18d1b60 /common
parentaafd2c5ddb9078c425c2edb8a6b5f5017895bea3 (diff)
downloadtalos-obmc-uboot-04d2f0a9f33112bd70ce4d9c451fdca1682e3a59.tar.gz
talos-obmc-uboot-04d2f0a9f33112bd70ce4d9c451fdca1682e3a59.zip
Revert "Start the deprecation process for generic board"
We've run into a non-trivial conversion to CONFIG_SYS_GENERIC_BOARD so we'll postpone this notice until right after v2014.04 is out. This reverts commit 36c4b1d98059244c34ec3327d9cc9f3c552fd01b. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/main.c b/common/main.c
index e54f63b956..8b6f274fa2 100644
--- a/common/main.c
+++ b/common/main.c
@@ -427,12 +427,6 @@ void main_loop(void)
bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP, "main_loop");
-#ifndef CONFIG_SYS_GENERIC_BOARD
- puts("Warning: Your board does not use generic board. Please read\n");
- puts("doc/README.generic-board and take action. Boards not\n");
- puts("upgraded by the late 2014 may break or be removed.\n");
-#endif
-
#ifdef CONFIG_MODEM_SUPPORT
debug("DEBUG: main_loop: do_mdm_init=%d\n", do_mdm_init);
if (do_mdm_init) {
OpenPOWER on IntegriCloud