pico-imx7d: Adjust the dtb name
[oweals/u-boot.git] / include / configs / rsk7269.h
index 88d50ef9b99d12c275db968ed8c7f15465b61d53..0c0b773858c30a0543fb7d68f1817061494d1b2f 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Configuation settings for the Renesas RSK2+SH7269 board
  *
  * Copyright (C) 2012 Renesas Electronics Europe Ltd.
  * Copyright (C) 2012 Phil Edworthy
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __RSK7269_H
@@ -16,7 +15,6 @@
 
 #define CONFIG_SYS_BAUDRATE_TABLE      { CONFIG_BAUDRATE }
 
-#define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PBSIZE      256     /* Print Buffer Size */
 
 /* Serial */
@@ -24,7 +22,6 @@
 
 /* Memory */
 /* u-boot relocated to top 256KB of ram */
-#define CONFIG_SYS_TEXT_BASE           0x0DFC0000
 #define CONFIG_SYS_SDRAM_BASE          0x0C000000
 #define CONFIG_SYS_SDRAM_SIZE          (32 * 1024 * 1024)