commit | fe845077eb907e1b1b18c4e9a1b2508f5dd3e4f0 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Wed Dec 28 08:43:45 2016 -0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 04 19:40:52 2017 -0500 |
tree | da97bb17019e198360bd99d81e9d98a533c014b4 | |
parent | dcd28c055f0c7f3dad9ed987e0a30cbf7ba8f025 [diff] |
ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS These two macros are used for the same thing, the total number of DDR controllers for a given SoC. Use SYS_NUM_DDR_CTRLS in Kconfig and merge existing usage. Signed-off-by: York Sun <york.sun@nxp.com>