diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-05-01 18:05:56 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-05-06 10:41:30 +0200 |
commit | b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c (patch) | |
tree | aa90d9289407d75f664b96cc614ba94ab84bb4a0 /include/configs/M54455EVB.h | |
parent | 6631db4773cd735688bf3332173a49271df23385 (diff) | |
download | u-boot-imx-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.zip u-boot-imx-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.tar.gz u-boot-imx-b03b25caea1ff3a501161f5bc1ad5e5b5b124e0c.tar.bz2 |
fpga: Remove all CONFIG_SYS_* fpga related options
All these macros are completely unused by any code.
CONFIG_FPGA is not a bitfield anymore.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/M54455EVB.h')
-rw-r--r-- | include/configs/M54455EVB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index 1bc2c5a..536b755 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -238,7 +238,7 @@ /* FPGA - Spartan 2 */ /* experiment -#define CONFIG_FPGA CONFIG_SYS_SPARTAN3 +#define CONFIG_FPGA #define CONFIG_FPGA_COUNT 1 #define CONFIG_SYS_FPGA_PROG_FEEDBACK #define CONFIG_SYS_FPGA_CHECK_CTRLC |