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=4954c5ca0800902297b1dd891d06892b026aced9;hb=HEAD;hpb=9ff4ce8abc627b8696c9bd6fd726dd1dbf4b9a5c diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 4954c5c..44b4595 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -23,19 +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" \ "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 */