Commit 3d5a335cef866273ed03da000e2b8b7d6d8c7de8

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent dfe966329e

nand_spl: display warning message to inform the end of nand_spl

Now we have two different frameworks for doing the same thing.
I'd like to propose to drop nand_spl framework.
How about deleting it before v2014.07 release?

In the interim, this commit will display a warning message
when compiling nand_spl board.

Now we have 19 nand_spl boards:

  MPC8315ERDB_NAND
  SIMPC8313_LP
  SIMPC8313_SP
  MPC8536DS_NAND
  MPC8569MDS_NAND
  MPC8572DS_NAND
  P1023RDS_NAND
  P1011RDB_NAND
  P1020RDB_NAND
  P2010RDB_NAND
  P2020RDB_NAND
  acadia_nand
  bamboo_nand
  canyonlands_nand
  glacier_nand
  haleakala_nand
  kilauea_nand
  rainier_nand
  sequoia_nand

They must be ported to SPL before the deadline,
otherwise they will be removed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Dave Liu <daveliu@freescale.com>
Cc: Ron Madrid <info@sheldoninst.com>
Cc: Roy Zang <tie-fei.zang@freescale.com>
Cc: Stefan Roese <sr@denx.de>
Acked-by: Stefan Roese <sr@denx.de>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -1063,6 +1063,13 @@
1063 1063 PHONY += nand_spl
1064 1064 nand_spl: prepare
1065 1065 $(Q)$(MAKE) $(build)=nand_spl/board/$(BOARDDIR) all
  1066 + @echo >&2
  1067 + @echo >&2 "==================== WARNING ====================="
  1068 + @echo >&2 "nand_spl will not be included in v2014.07 release."
  1069 + @echo >&2 "Please switch over to SPL."
  1070 + @echo >&2 "Otherwise, this board will be removed."
  1071 + @echo >&2 "=================================================="
  1072 + @echo >&2
1066 1073  
1067 1074 nand_spl/u-boot-spl-16k.bin: nand_spl
1068 1075 @: