X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fetamin.h;h=a13be398d516749d66f65937183642fc5f335ade;hb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;hp=1662dbf1971bed0c94aedf32064891c76cb65b1a;hpb=541f538f4ca50082f77f7f34f05950d57804b1cc;p=oweals%2Fu-boot.git diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 1662dbf197..a13be398d5 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2013 Siemens Schweiz AG * (C) Heiko Schocher, DENX Software Engineering, hs@denx.de. @@ -6,8 +7,6 @@ * U-Boot file:/include/configs/am335x_evm.h * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_ETAMIN_H @@ -70,7 +69,6 @@ #define CONFIG_SYS_NAND_ONFI_DETECTION #define DDR_PLL_FREQ 303 -#undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC /* FWD Button = 27 * SRV Button = 87 */ @@ -98,7 +96,6 @@ #define EEPROM_ADDR_CHIP 0x120 #undef CONFIG_MII -#undef CONFIG_PHY_GIGE #define CONFIG_PHY_SMSC #define CONFIG_FACTORYSET @@ -121,7 +118,6 @@ -#define CONFIG_DFU_MTD #undef COMMON_ENV_DFU_ARGS #define COMMON_ENV_DFU_ARGS "dfu_args=run bootargs_defaults;" \ "setenv bootargs ${bootargs};" \ @@ -141,26 +137,6 @@ "u-boot.env1 mtddev;" \ "rootfs mtddevubi" \ -#undef MTDIDS_NAME_STR -#define MTDIDS_NAME_STR "omap2-nand_concat" -#undef MTDIDS_DEFAULT -#define MTDIDS_DEFAULT "nand2=" MTDIDS_NAME_STR - -#undef MTDPARTS_DEFAULT_V2 -#define MTDPARTS_DEFAULT_V2 "mtdparts=" MTDIDS_NAME_STR ":" \ - "512k(spl)," \ - "512k(spl.backup1)," \ - "512k(spl.backup2)," \ - "512k(spl.backup3)," \ - "7680k(u-boot)," \ - "2048k(u-boot.env0)," \ - "2048k(u-boot.env1)," \ - "2048k(mtdoops)," \ - "-(rootfs)" - -#undef MTDPARTS_DEFAULT -#define MTDPARTS_DEFAULT MTDPARTS_DEFAULT_V2 - #undef CONFIG_ENV_SETTINGS_NAND_V2 #define CONFIG_ENV_SETTINGS_NAND_V2 \ "nand_active_ubi_vol=rootfs_a\0" \