X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fhighbank.h;h=7f331a6a73cdc5975dd9be2a6bdc74787476ac11;hb=a726075911c231e81ecbe12825840b6183bc10da;hp=86823e235c6925d2cafe86102acba14b7b9e635b;hpb=ef0f2f57524ec85fb9058a23298f2c4995e0d950;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 86823e2..7f331a6 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -75,8 +75,9 @@ /*----------------------------------------------------------------------- * Physical Memory Map + * The DRAM is already setup, so do not touch the DT node later. */ -#define CONFIG_NR_DRAM_BANKS 1 +#define CONFIG_NR_DRAM_BANKS 0 #define PHYS_SDRAM_1_SIZE (4089 << 20) #define CONFIG_SYS_MEMTEST_START 0x100000 #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1_SIZE - 0x100000)