X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fgalileo.h;h=288acf30f1b8333c4407be99bfbc9625d174134a;hb=30dc880ad11f8a4fe95f25b1890f5e51aa4dee96;hp=d745f4eb89baecea93949c94f471cead0244ccb2;hpb=db7a7dee6878fe7539d5967de1caff83246254e0;p=u-boot diff --git a/include/configs/galileo.h b/include/configs/galileo.h index d745f4eb89..288acf30f1 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -57,4 +57,17 @@ #define CONFIG_MMC_SDMA #define CONFIG_CMD_MMC +/* 10/100M Ethernet support */ +#define CONFIG_DESIGNWARE_ETH +#define CONFIG_DW_ALTDESCRIPTOR +#define CONFIG_PHYLIB + +/* Environment configuration */ +#undef CONFIG_ENV_IS_NOWHERE +#undef CONFIG_ENV_SIZE +#define CONFIG_ENV_IS_IN_SPI_FLASH +#define CONFIG_ENV_SIZE 0x1000 +#define CONFIG_ENV_SECT_SIZE 0x1000 +#define CONFIG_ENV_OFFSET 0 + #endif /* __CONFIG_H */