diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-07-24 12:22:51 +0930 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2018-07-24 12:23:41 +0930 |
| commit | 83cbc3edfcc3f91c4fb8f6ac3239bb54df31872d (patch) | |
| tree | 03b626e9f627fbb43c8af3709dec8e2e7b817fd4 | |
| parent | 76f949d2a4271a856610f7e5ba154aabff6319b1 (diff) | |
| download | blackbird-obmc-uboot-83cbc3edfcc3f91c4fb8f6ac3239bb54df31872d.tar.gz blackbird-obmc-uboot-83cbc3edfcc3f91c4fb8f6ac3239bb54df31872d.zip | |
platform_g5: Disable CONFIG_DDR4_SUPPORT_HYNIX
This maintains the existing behaviour of u-boot on ast2500.
Signed-off-by: Joel Stanley <joel@jms.id.au>
| -rw-r--r-- | arch/arm/mach-aspeed/platform_g5.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-aspeed/platform_g5.S b/arch/arm/mach-aspeed/platform_g5.S index f9e526b02d..2ac1ca4721 100644 --- a/arch/arm/mach-aspeed/platform_g5.S +++ b/arch/arm/mach-aspeed/platform_g5.S @@ -149,7 +149,7 @@ on the MB layout. Customer can find the appropriate frequency for their products. Below are the new defined parameters for the Hynix DDR4 supporting. ******************************************************************************/ -#define CONFIG_DDR4_SUPPORT_HYNIX @ Enable this when Hynix DDR4 included in the BOM +//#define CONFIG_DDR4_SUPPORT_HYNIX @ Enable this when Hynix DDR4 included in the BOM //#define CONFIG_DDR4_HYNIX_SET_1536 //#define CONFIG_DDR4_HYNIX_SET_1488 #define CONFIG_DDR4_HYNIX_SET_1440 |

