commit | 1258bb1e72f1082421042dd169e13e44baf80be5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 16 10:38:21 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 16 15:03:48 2016 -0400 |
tree | d24aa646a5686decff944089698e5274f70746d0 | |
parent | 878371538333014b500510d51b06521333797ba6 [diff] |
arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XX On OMAP4 platforms that also need to calculate their DDR settings we are now getting very close to the linker limit size. Since OMAP44XX is only seen with LPDDR2, remove some run time tests for LPDDR2 or DDR3 as we will know that we don't have it for OMAP44XX. Cc: Nishanth Menon <nm@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>