From 83cbc3edfcc3f91c4fb8f6ac3239bb54df31872d Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 24 Jul 2018 12:22:51 +0930 Subject: platform_g5: Disable CONFIG_DDR4_SUPPORT_HYNIX This maintains the existing behaviour of u-boot on ast2500. Signed-off-by: Joel Stanley --- arch/arm/mach-aspeed/platform_g5.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1