-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: move DDR_SPD to common/Kconfig
This patch makes it possible to use ddr_spd-related routines in any arch not only in ppc. Signed-off-by: Alexander Smirnov <[email protected]> Signed-off-by: Sascha Hauer <[email protected]>
- Loading branch information
1 parent
d46b678
commit c5e4c38
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,10 +81,6 @@ config P1022 | |
config MPC8544 | ||
bool | ||
|
||
config DDR_SPD | ||
bool | ||
select CRC16 | ||
|
||
config FSL_DDR2 | ||
bool | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -951,3 +951,7 @@ endmenu | |
|
||
config HAS_DEBUG_LL | ||
bool | ||
|
||
config DDR_SPD | ||
bool | ||
select CRC16 |