diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-02-07 14:08:46 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-27 21:19:24 +0100 |
commit | 28774cbaacaa8aeb87a5aa079a0699bb44fb773f (patch) | |
tree | 42edb8f7287bbe547eb5ef76bc0daacff8702eba /arch/arm | |
parent | 7c0e483d3f3f0b7fc48e337bec41779bafe70f66 (diff) | |
download | u-boot-imx-28774cbaacaa8aeb87a5aa079a0699bb44fb773f.zip u-boot-imx-28774cbaacaa8aeb87a5aa079a0699bb44fb773f.tar.gz u-boot-imx-28774cbaacaa8aeb87a5aa079a0699bb44fb773f.tar.bz2 |
net: fec_mxc: add 1000 Mbps selection
Define FEC_QUIRK_ENET_MAC and add to
arch-mx6/imx-regs.h
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 3b5fd25..6b7589b 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -163,6 +163,7 @@ #define CHIP_REV_1_0 0x10 #define IRAM_SIZE 0x00040000 #define IMX_IIM_BASE OCOTP_BASE_ADDR +#define FEC_QUIRK_ENET_MAC #define GPIO_NUMBER(port, index) ((((port)-1)*32)+((index)&31)) #define GPIO_TO_PORT(number) (((number)/32)+1) |