X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Ftopic_miami.h;h=73fdfae4610c793e06486f910c970239e99caecf;hb=1204b9675ed670da9317d87a5a29f06b6412745b;hp=3d48ab2352a792c5f581b37e5059bf1c23aa00d5;hpb=b06da06dd41b9c72b06c9d03f434d4263bbf6bbd;p=oweals%2Fu-boot.git diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 3d48ab2352..73fdfae461 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -15,15 +15,9 @@ #include "zynq-common.h" /* Fixup settings */ -#undef CONFIG_ENV_SIZE -#define CONFIG_ENV_SIZE 0x8000 -#undef CONFIG_ENV_OFFSET -#define CONFIG_ENV_OFFSET 0x80000 /* SPL settings */ #undef CONFIG_SPL_ETH_SUPPORT -#undef CONFIG_SYS_SPI_U_BOOT_OFFS -#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 #undef CONFIG_SPL_MAX_FOOTPRINT #define CONFIG_SPL_MAX_FOOTPRINT CONFIG_SYS_SPI_U_BOOT_OFFS #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" @@ -79,9 +73,6 @@ # define EXTRA_ENV_USB #endif -#define CONFIG_USE_PREBOOT -#undef CONFIG_PREBOOT - #undef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ "kernel_image=uImage\0" \