diff options
author | Tom Rini <trini@ti.com> | 2014-04-04 14:09:19 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-04 14:09:19 (GMT) |
commit | 04d2f0a9f33112bd70ce4d9c451fdca1682e3a59 (patch) | |
tree | b7b204d1b151ad5207343c7402098092f18d1b60 /common/main.c | |
parent | aafd2c5ddb9078c425c2edb8a6b5f5017895bea3 (diff) | |
download | u-boot-04d2f0a9f33112bd70ce4d9c451fdca1682e3a59.tar.xz |
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/main.c')
-rw-r--r-- | common/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/main.c b/common/main.c index e54f63b..8b6f274 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) { |