summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/beagleb1/beagleb1.c
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-10-30 10:31:34 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2012-10-30 10:31:34 +0100
commitbda12bcf567b6a70ef4d1e122ffdd00afc726b79 (patch)
tree0279b4d3c70814c9dd548137b66b405c0fcff1bc /u-boot/board/goldelico/beagleb1/beagleb1.c
parentf618daad4c3a0495fc894cd509a17b04631c4cd4 (diff)
downloadbootable_bootloader_goldelico_gta04-bda12bcf567b6a70ef4d1e122ffdd00afc726b79.zip
bootable_bootloader_goldelico_gta04-bda12bcf567b6a70ef4d1e122ffdd00afc726b79.tar.gz
bootable_bootloader_goldelico_gta04-bda12bcf567b6a70ef4d1e122ffdd00afc726b79.tar.bz2
fixed sequence to apply the several pinmux macros so that we get what we want (default first, C4 modifications next, and finally the optional expansion board)
Diffstat (limited to 'u-boot/board/goldelico/beagleb1/beagleb1.c')
-rw-r--r--u-boot/board/goldelico/beagleb1/beagleb1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/beagleb1/beagleb1.c b/u-boot/board/goldelico/beagleb1/beagleb1.c
index 2a6e8b7..28f08f2 100644
--- a/u-boot/board/goldelico/beagleb1/beagleb1.c
+++ b/u-boot/board/goldelico/beagleb1/beagleb1.c
@@ -13,6 +13,7 @@
int misc_init_r(void)
{
+ int my_misc_init_r();
my_misc_init_r(); // initializes board revision dependent mux (e.g. MUX_BEAGLE_C())
MUX_BEAGLE_EXPANDER(); // append our own pinmux
return 0;