diff options
author | York Sun <yorksun@freescale.com> | 2013-03-25 07:33:30 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-05-14 16:00:30 -0500 |
commit | b46b7f9898bd6d4de0e5539b00dea3d740096702 (patch) | |
tree | 2a27d78deaace6e2e2498c049b5b5194e6df0243 /include/configs/T4240QDS.h | |
parent | b62408464b749b57c4ec83594e09fa78dbd6bca4 (diff) | |
download | u-boot-imx-b46b7f9898bd6d4de0e5539b00dea3d740096702.zip u-boot-imx-b46b7f9898bd6d4de0e5539b00dea3d740096702.tar.gz u-boot-imx-b46b7f9898bd6d4de0e5539b00dea3d740096702.tar.bz2 |
powerpc/t4240qds: Move SoC define into boards.cfg
Separate CONFIG_PPC_T4240 from board config file. Prepare to add more SoC
variants supported on the same board.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/T4240QDS.h')
-rw-r--r-- | include/configs/T4240QDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h index 76b3ca6..6dd5c0d 100644 --- a/include/configs/T4240QDS.h +++ b/include/configs/T4240QDS.h @@ -25,7 +25,6 @@ */ #define CONFIG_T4240QDS #define CONFIG_PHYS_64BIT -#define CONFIG_PPC_T4240 #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE4 |