configs: Don't use SPI_FLASH_BAR as default
[oweals/u-boot.git] / include / configs / bcm_northstar2.h
index 9c666430f5903b5770f02abf9436fb7a39f5a4bd..754bf2e0dbef84ffc8e8475be33a12da050f6635 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Configuration for Broadcom NS2.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __BCM_NORTHSTAR2_H
@@ -9,13 +8,12 @@
 
 #include <linux/sizes.h>
 
-#define CONFIG_HOSTNAME                                northstar2
+#define CONFIG_HOSTNAME                                "northstar2"
 
 /* Physical Memory Map */
 #define V2M_BASE                               0x80000000
 #define PHYS_SDRAM_1                           V2M_BASE
 
-#define CONFIG_NR_DRAM_BANKS                   2
 #define PHYS_SDRAM_1_SIZE                      (4UL * SZ_1G)
 #define PHYS_SDRAM_2_SIZE                      (4UL * SZ_1G)
 #define CONFIG_SYS_SDRAM_BASE                  PHYS_SDRAM_1