X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fapalis-imx8.h;h=db4e9011c0b80ad0edcd1b8c832c761738e477e8;hb=f9a48654ee70fbad29f487d074fd36a1548b4209;hp=4003715733958c6b1b97a256f7272a4ef7ebb818;hpb=a1f5f4ac20c0947afda93f9b906facfbee2708fe;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index 4003715..db4e901 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -18,8 +18,6 @@ #define USDHC2_BASE_ADDR 0x5b020000 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ -#define CONFIG_ENV_OVERWRITE - #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG /* Networking */ @@ -83,13 +81,6 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x80200000 -#define CONFIG_SYS_MEMTEST_START 0x88000000 -#define CONFIG_SYS_MEMTEST_END 0x89000000 - -/* Environment in eMMC, before config block at the end of 1st "boot sector" */ -#define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 eMMC */ -#define CONFIG_SYS_MMC_ENV_PART 1 - #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 /* On Apalis iMX8 USDHC1 is eMMC, USDHC2 is 8-bit and USDHC3 is 4-bit MMC/SD */ @@ -106,9 +97,6 @@ #define PHYS_SDRAM_1_SIZE SZ_2G /* 2 GB */ #define PHYS_SDRAM_2_SIZE SZ_2G /* 2 GB */ -/* Serial */ -#define CONFIG_BAUDRATE 115200 - /* Monitor Command Prompt */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_CBSIZE SZ_2K