[U-Boot] [PATCH 00/24] Lift mpc85xx config options to Kconfig

york sun york.sun at nxp.com
Thu Jan 5 18:34:27 CET 2017


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


More information about the U-Boot mailing list