X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fimx7_spl.h;h=1eb6cd894d2255586a1f50db09ade46f5c8a501c;hb=0223462b373b975d970fa86e5e1a7eadd1d41820;hp=b89dba655405086b5ff70b36a9121dd581887272;hpb=1a95913979d12a78deb47e9f7c9042c410d88e2a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/imx7_spl.h b/include/configs/imx7_spl.h index b89dba6..1eb6cd8 100644 --- a/include/configs/imx7_spl.h +++ b/include/configs/imx7_spl.h @@ -1,20 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * SPL definitions for the i.MX7 SPL * * (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com * * Author: Uri Mashiach - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __IMX7_SPL_CONFIG_H #define __IMX7_SPL_CONFIG_H #ifdef CONFIG_SPL - -#define CONFIG_SPL_FRAMEWORK - /* * see figure 6-22 in i.MX 7Dual/Solo Reference manuals: * - IMX7D/S OCRAM free area RAM (OCRAM) is from 0x00910000 to @@ -54,7 +50,6 @@ #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ #define CONFIG_SYS_SPL_MALLOC_START 0x88300000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */ -#define CONFIG_SYS_TEXT_BASE 0x87800000 #endif /* CONFIG_SPL */