diff options
author | York Sun <york.sun@nxp.com> | 2016-12-28 08:43:44 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-04 19:40:49 -0500 |
commit | 66e399b68d20d96a90ba391d75c2290bd63bf4a5 (patch) | |
tree | 1e9388e6e6fec3d3e0adf9ee0e14fb0149bb0a80 /include/configs/xpedite537x.h | |
parent | 63659ff317c72ff6d74a3147ad758c5904b034bc (diff) |
ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig
Use option NUM_DDR_CONTROLLERS in ddr Kconfig and clean up existing
usage in ls102xa and fsl-layerscape. Remove all powerpc macros in
config header and board header files.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/xpedite537x.h')
-rw-r--r-- | include/configs/xpedite537x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index f37cf881716..5d78560f3ee 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -48,7 +48,6 @@ #define SPD_EEPROM_ADDRESS1 0x54 /* Both channels use the */ #define SPD_EEPROM_ADDRESS2 0x54 /* same SPD data */ #define SPD_EEPROM_OFFSET 0x200 /* OFFSET of SPD in EEPROM */ -#define CONFIG_NUM_DDR_CONTROLLERS 2 #define CONFIG_DIMM_SLOTS_PER_CTLR 1 #define CONFIG_CHIP_SELECTS_PER_CTRL 1 #define CONFIG_DDR_ECC |