Re: [PATCH V2 01/17] common: make: Support show_board_info() as part of SPL build

2021-11-08 Thread Tom Rini
On Tue, Nov 02, 2021 at 07:35:42PM +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Enable support for show_board_info() in SPL build. > > Signed-off-by: Sinthu Raja OK, but why do we need this, and won't it cause every platform that has this defined to now grow in size? -- Tom

[PATCH V2 01/17] common: make: Support show_board_info() as part of SPL build

2021-11-02 Thread Sinthu Raja
From: Sinthu Raja Enable support for show_board_info() in SPL build. Signed-off-by: Sinthu Raja --- common/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index e7839027b6..55e455c5b8 100644 --- a/common/Makefile +++