summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-14 15:21:00 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-14 15:21:00 +0100
commit1199c377cf14c240b903e351ab02b3b2cd3800c6 (patch)
tree8ea274860fc5d3d7a011c2896d865b6976008384 /common
parent961ffc7759b703e1c574280267e705f2e5f54432 (diff)
parente4660e0b7363cdc86519f4af2143b841592a7ffd (diff)
downloadblackbird-obmc-uboot-1199c377cf14c240b903e351ab02b3b2cd3800c6.tar.gz
blackbird-obmc-uboot-1199c377cf14c240b903e351ab02b3b2cd3800c6.zip
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'common')
-rw-r--r--common/cmd_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_sound.c b/common/cmd_sound.c
index 459d1ebaf2..cfca9dd136 100644
--- a/common/cmd_sound.c
+++ b/common/cmd_sound.c
@@ -33,7 +33,7 @@ static int do_init(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
{
int ret;
- ret = sound_init();
+ ret = sound_init(gd->fdt_blob);
if (ret) {
printf("Initialise Audio driver failed\n");
return CMD_RET_FAILURE;
OpenPOWER on IntegriCloud