X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fclearfog.h;h=633187d86fe03de7838c8e08b72947d1865cb7d1;hb=fd399a183991d4a6bc7376b3fe2cbfa4d9b0ada8;hp=9d20a5e88c1d391565a8c10a033f891fb346a9f5;hpb=7a4b0bc5fe70225ae3595ba81d1473c06fd6b83b;p=oweals%2Fu-boot.git diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index 9d20a5e88c..633187d86f 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -33,16 +33,12 @@ /* Environment in MMC */ #define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_ENV_SECT_SIZE 0x200 -#define CONFIG_ENV_SIZE 0x10000 /* * For SD - reserve 1 LBA for MBR + 1M for u-boot image. The MMC/eMMC * boot image starts @ LBA-0. * As result in MMC/eMMC case it will be a 1 sector gap between u-boot * image and environment */ -#define CONFIG_ENV_OFFSET 0xf0000 -#define CONFIG_ENV_ADDR CONFIG_ENV_OFFSET #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */