]> git.ipfire.org Git - thirdparty/u-boot.git/commit
gdsys: mpc8308: Don't use manual RAM config if RAM driver is active
authorMario Six <mario.six@gdsys.cc>
Fri, 29 Mar 2019 09:18:09 +0000 (10:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 06:03:38 +0000 (08:03 +0200)
commitedba2b29f57efdff0ee087a0686ef11efbd6f9b8
tree9c9c070eec138dcc7a2117ef3f23d11eb7f1effc
parentb335fb6d8c7796edce58db5c4743e6de891ec1fe
gdsys: mpc8308: Don't use manual RAM config if RAM driver is active

The "manual" RAM configuration should not be used if the DM RAM driver
is active, hence, disable the code if the CONFIG_MPC83XX_SDRAM config
variable is defined.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
board/gdsys/mpc8308/sdram.c