]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/davinci_dm6467evm.h
Merge remote-tracking branch 'remotes/kc/wince-bugfix' into uboot-merge
[karo-tx-uboot.git] / include / configs / davinci_dm6467evm.h
index 6734ea31901ad01b33dfcd7ac5aafab2eacc3b90..3c430ae0e002c26e2e95265e01737307f72686f3 100644 (file)
@@ -1,20 +1,7 @@
 /*
  * Copyright (C) 2009 Texas Instruments Incorporated
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -54,7 +41,6 @@ extern unsigned int davinci_arm_clk_get(void);
 #define CONFIG_SYS_MEMTEST_START       0x80000000
 #define CONFIG_SYS_MEMTEST_END         0x81000000      /* 16MB RAM test */
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_STACKSIZE               (256 << 10)     /* 256 KiB */
 #define PHYS_SDRAM_1                   0x80000000      /* DDR Start */
 #define PHYS_SDRAM_1_SIZE              (256 << 20)     /* DDR size 256MB */
 
@@ -108,7 +94,6 @@ extern unsigned int davinci_arm_clk_get(void);
 #endif
 
 /* U-Boot general configuration */
-#undef CONFIG_USE_IRQ                          /* No IRQ/FIQ in U-Boot */
 #define CONFIG_BOOTDELAY       3
 #define CONFIG_BOOTFILE                "uImage"        /* Boot file name */
 #define CONFIG_SYS_PROMPT      "DM6467 EVM > " /* Monitor Command Prompt */