
5 Jan
2017
5 Jan
'17
6:34 p.m.
On 01/05/2017 05:28 AM, Tom Rini wrote:
There were a few minor problems in this series which I fixed up. The only remaining "issue" here is that sbc8641d has a ~3KiB size increase. This is due to the issue that previously it did _not_ define CONFIG_SYS_FSL_DDR2 but only CONFIG_SYS_FSL_DDR_86XX and that was a valid build. Now that CONFIG_SYS_FSL_DDR2 is set too, other files are being included and linked.
I found out why. Another config macro CONFIG_SPD_EEPROM is undefined in sbc8641 header file to skip the DDR driver. This board has the option to go both ways. A proper fix will be lifting this config macro to Kconfig. It is on my to-do list.
York