summaryrefslogtreecommitdiffstats
path: root/board/solidrun
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-11-27 13:46:43 +0100
committerStefano Babic <sbabic@denx.de>2014-12-01 10:20:20 +0100
commit7731745c139a4e8591cde93174c1be3277f0b94b (patch)
treef025dd4820c01b8af98b0cb67fca44221689a1b1 /board/solidrun
parentdd1c8f1b5fb63a682fce62a53464108d8587b0a2 (diff)
downloadblackbird-obmc-uboot-7731745c139a4e8591cde93174c1be3277f0b94b.tar.gz
blackbird-obmc-uboot-7731745c139a4e8591cde93174c1be3277f0b94b.zip
arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)
As checkpatch complaines about these camel-case defines, lets change them to only use upper-case characters. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Heiko Schocher <hs@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Jon Nettleton <jon.nettleton@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/solidrun')
-rw-r--r--board/solidrun/hummingboard/hummingboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/solidrun/hummingboard/hummingboard.c b/board/solidrun/hummingboard/hummingboard.c
index 6d204b343e..52c384bdd4 100644
--- a/board/solidrun/hummingboard/hummingboard.c
+++ b/board/solidrun/hummingboard/hummingboard.c
@@ -146,7 +146,7 @@ int board_eth_init(bd_t *bis)
{
struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR;
- int ret = enable_fec_anatop_clock(ENET_25MHz);
+ int ret = enable_fec_anatop_clock(ENET_25MHZ);
if (ret)
return ret;
OpenPOWER on IntegriCloud