diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-10 10:50:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-10 10:50:38 +0200 |
commit | c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda (patch) | |
tree | aec9936268a0f04695290dc2b5b2a81f6373d968 /cpu/ppc4xx/4xx_enet.c | |
parent | e870690bdca154943ecadd5212d2d59c1b9d391b (diff) | |
parent | b002144e1dc21374b1ef5281fe6b5d014af96650 (diff) | |
download | u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.zip u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.tar.gz u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'cpu/ppc4xx/4xx_enet.c')
-rw-r--r-- | cpu/ppc4xx/4xx_enet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index c40e0ca..4e863dc 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c @@ -1076,7 +1076,7 @@ static int ppc_4xx_eth_init (struct eth_device *dev, bd_t * bis) bd_cached = (u32)malloc_aligned(MAL_ALLOC_SIZE, 4096); if (!bd_cached) { - printf("%s: Error allocating MAL descriptor buffers!\n"); + printf("%s: Error allocating MAL descriptor buffers!\n", __func__); return -1; } |