sbc8349: Remove SDRAM functionality
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:18:02 +0000 (09:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:33 +0000 (07:52 +0200)
commitdaac2086ce1a36ffbd603eb643f45d14faae40e7
tree7a1ee5f390f0c7165a7c066090022112c421710c
parenta8f975391f2452bc7a51eeafd030c85c32e1aca5
sbc8349: Remove SDRAM functionality

The MPC8349EMDS configuration was the basis for the sbc8349, so it also
contains its SDRAM option.

Since
* the SDRAM has to be soldered onto the board,
* the sbc8349 never used the support, and
* the support never worked (see previous patch fixing it),

we can assume that the support on the sbc8349 is an artifact created by
copying the MPC8349EMDS config wholesome.

Hence, instead of creating a separate sbc8349 config that supports
SDRAM, we can remove the SDRAM option for this board.

Should it be needed in the future, it can be copied from the new
MPC8349EMDS_SDRAM board.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
include/configs/sbc8349.h