]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
generic-board: make compile-time noise for non-generic boards
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 6 Nov 2014 18:32:07 +0000 (03:32 +0900)
committerTom Rini <trini@ti.com>
Fri, 7 Nov 2014 21:27:04 +0000 (16:27 -0500)
commit5add293bd8849a4f717b99d2a23b9db0729eb33d
tree55935daa6c51483b376e571888ca7f297ae6efec
parentcfa1bd0774eafcba4791bad4d66f01b8f0dc6f94
generic-board: make compile-time noise for non-generic boards

Commit 0f605c1501f6 (Start the deprecation process for generic board)
added a run-time warning message.  Let's be noisier for non-generic
boards to inform the dead line of the conversion.

This commit intentionally outputs a warning message to stdout.
We still have many unconverted boards.  If we print the message
to stderr, MAKEALL and buildman will report tons of broken boards
and really important information will be buried.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@ti.com>
Makefile