]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sbc8641d: fix LAW so board doesn't hang on DDR init
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 30 Sep 2009 20:12:31 +0000 (16:12 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Oct 2009 15:21:39 +0000 (10:21 -0500)
commita9946e3fc7089ddc6b7711a44e07a6b0827b79a7
tree6066bf6f1af9519ffc853acf8aeac305d792cb66
parent9efe379a0eb127e616d780533a711f99b52ea64a
sbc8641d: fix LAW so board doesn't hang on DDR init

All versions between now and since this commit:

  commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
  MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

will fail to allow the SBC8641D to get past DDR init, because the
LAW config was overlapping.  Eventually this board will do SPD
EEPROM config, but for now this gets the board working again.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/sbc8641d/law.c