commit | 677a16f204df48a58716a51f5fd6553d550bad43 | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@opensource.altera.com> | Wed Dec 02 13:31:25 2015 -0600 |
committer | Marek Vasut <marex@denx.de> | Sun Dec 20 03:44:56 2015 +0100 |
tree | b184142b6cd12a5cbd7d59381d00f76ef7295543 | |
parent | 9be08ab18d4144a1dd63f8ec4f200d2088a2ab63 [diff] |
arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config property In order to re-use as much Cyclone5 and Arria5 code as possible to support the Arria10 platform, we need to wrap some of the code with #ifdef's. By adding CONFIG_TARGET_SOCFPGA_GEN5, we can shorten the check by not having to check for both AV || AV. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>