X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fhighbank.h;h=f02575ac04cfe8ffb416a75bfcc21f43afd67309;hb=618a51e9aefe1e03f498ea48bfab70a0b2c9be39;hp=a6202cfab446ca30b806f153860fe0f7b92728cb;hpb=e7d4a88e69459547a46906dbe021ccc83c614361;p=oweals%2Fu-boot.git diff --git a/include/configs/highbank.h b/include/configs/highbank.h index a6202cfab4..f02575ac04 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -53,18 +53,11 @@ /* * Command line configuration. */ -#include - -#define CONFIG_CMD_BDI -#define CONFIG_CMD_MEMORY -#define CONFIG_CMD_LOADS #define CONFIG_CMD_SCSI #define CONFIG_BOOT_RETRY_TIME -1 #define CONFIG_RESET_TO_RETRY -#define CONFIG_AUTOBOOT_KEYED -#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds...\nPress to stop or to delay\n", bootdelay -#define CONFIG_AUTOBOOT_KEYED_CTRLC + /* * Miscellaneous configurable options */ @@ -81,8 +74,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)