X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fel6x_common.h;h=bf70ea00295497e0c6f739647a467f1c9c2e96f0;hb=504bf790da08db9b4a443566cf6ef577f9c7996a;hp=2dac12f60772d8520f9cc3a0242dbf05f8700549;hpb=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 2dac12f..bf70ea0 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) Stefano Babic * * Configuration settings for the E+L i.MX6Q DO82 board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __EL6Q_COMMON_CONFIG_H @@ -22,7 +21,6 @@ #ifdef CONFIG_SPL #define CONFIG_SYS_SPI_U_BOOT_OFFS (64 * 1024) -#define CONFIG_SPL_SPI_LOAD #include "imx6_spl.h" #endif @@ -45,10 +43,6 @@ #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 /* Commands */ -#define CONFIG_SF_DEFAULT_BUS 3 -#define CONFIG_SF_DEFAULT_CS 0 -#define CONFIG_SF_DEFAULT_SPEED 20000000 -#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE @@ -56,7 +50,6 @@ #define CONFIG_BOARD_NAME EL6Q -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ "board="__stringify(CONFIG_BOARD_NAME)"\0" \ "cma_size="__stringify(EL6Q_CMA_SIZE)"\0" \ @@ -87,7 +80,6 @@ #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 /* Physical Memory Map */ -#define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM