X-Git-Url: http://review.tizen.org/git/?p=platform%2Fkernel%2Fu-boot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fguruplug.h;h=e401e7e9b8064f920499bf4142d94a9aa569f4f5;hp=d5655e4ada69cbccf4d5f6ba5274cc3a9ed5185d;hb=HEAD;hpb=7f418ea59852945eeb9e5d2555d306f09643d555 diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index d5655e4..44b4595 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -23,20 +23,11 @@ * Default environment variables */ -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ "mtdids=nand0=orion_nand\0" \ - "mtdparts="CONFIG_MTDPARTS_DEFAULT \ "kernel=/boot/zImage\0" \ "fdt=/boot/guruplug-server-plus.dtb\0" \ "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0" -/* - * Ethernet Driver configuration - */ -#ifdef CONFIG_CMD_NET -#define CONFIG_MVGBE_PORTS {1, 1} /* enable both ports */ -#define CONFIG_PHY_BASE_ADR 0 -#endif /* CONFIG_CMD_NET */ - #endif /* _CONFIG_GURUPLUG_H */