]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx6sabre_common.h
Merge git://git.denx.de/u-boot-arm
[u-boot] / include / configs / mx6sabre_common.h
index 53cc559295fda36641f1f34810f12d6c5d28f332..bf6113b2aa1a4e6cc095fee93ccfc17bf70b3c67 100644 (file)
@@ -3,15 +3,7 @@
  *
  * Configuration settings for the Freescale i.MX6Q SabreSD board.
  *
- * 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.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __MX6QSABRE_COMMON_CONFIG_H
@@ -20,6 +12,7 @@
 #define CONFIG_MX6
 
 #include "mx6_common.h"
+#include <asm/sizes.h>
 
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
@@ -32,7 +25,7 @@
 #define CONFIG_REVISION_TAG
 
 /* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN          (10 * SZ_1M)
 
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_BOARD_LATE_INIT