From 04d2f0a9f33112bd70ce4d9c451fdca1682e3a59 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 4 Apr 2014 10:09:19 -0400 Subject: 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 --- common/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common') diff --git a/common/main.c b/common/main.c index e54f63b9562..8b6f274fa25 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) { -- cgit