Work around unclean CMOS handling for now
Stefan switched away from #ifdef across the tree (and is absolutely right with that), but unfortunately there are some special cases that trigger in even more special situations. Revert one such change selectively. It's destined to go once CMOS is reworked. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6566 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b251753b4f
commit
8d6cf3a2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1111,7 +1111,7 @@ static unsigned long interleave_chip_selects(const struct mem_controller *ctrl,
|
|||
if (read_option(interleave_chip_selects, 1) == 0)
|
||||
return 0;
|
||||
#else
|
||||
#if !CONFIG_INTERLEAVE_CHIP_SELECTS
|
||||
#if !defined(CONFIG_INTERLEAVE_CHIP_SELECTS) || !CONFIG_INTERLEAVE_CHIP_SELECTS
|
||||
return 0;
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue