Makefile: Drop to handle rkspi image type
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 4 Jun 2020 14:51:38 +0000 (20:21 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 7 Jun 2020 10:57:16 +0000 (18:57 +0800)
commitf6f9affdcea058bec6004895ab427a4ecda775b2
treeb9888c46f580efa64bafd593483764088ee723cb
parent3d82b1b3d3022b933e702515370755d559cf77dd
Makefile: Drop to handle rkspi image type

On rockchip platforms, SPI boot image creation is not
straightforward like MMC boot image creation where former
requires to specify tpl, spl in multimage format in mkimage,
and later simply do a concatenate mkimaged-tpl with spl.

On this note, let drop rkspi image type creation via kbuild
and let inform via rockchip.rst

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Makefile