summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Hubig <mhubig@imko.de>2012-08-16 08:22:09 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2012-09-04 22:06:19 +0200
commit7d899c14cc1842004e5f94a376082e7b6cf5988d (patch)
treea1784e8587164304a61e362ec5ac57e5783af660 /include
parente23e5eeeb85e0f98ca51ec8532c02a52a3e8c78b (diff)
downloadblackbird-obmc-uboot-7d899c14cc1842004e5f94a376082e7b6cf5988d.tar.gz
blackbird-obmc-uboot-7d899c14cc1842004e5f94a376082e7b6cf5988d.zip
Fixes the crippled console output on PortuxG20.
In order to use the serial interface on the PortuxG20 we need to enable the level converter first by setting the PC9 pin to high. The level converter needs some time to settle so we have to use the mdelay() function to wait for some time. Unfortunately we have no timers available at board_early_init_f() so we enable the serial output early within board_postclk_init(). Now the U-Boot output looks fine: | U-Boot 2012.07-00132-gaf1a3b0-dirty (Aug 16 2012 - 18:21:32) | | CPU: AT91SAM9G20 | Crystal frequency: 18.432 MHz | CPU clock : 396.288 MHz | Master clock : 132.096 MHz | DRAM: 64 MiB | WARNING: Caches not enabled | NAND: 128 MiB | In: serial | Out: serial | Err: serial | Net: macb0 | Hit any key to stop autoboot: 0 Signed-off-by: Markus Hubig <mhubig@imko.de> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/stamp9g20.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stamp9g20.h b/include/configs/stamp9g20.h
index a2a0156a65..a881eef300 100644
--- a/include/configs/stamp9g20.h
+++ b/include/configs/stamp9g20.h
@@ -59,6 +59,7 @@
#define CONFIG_INITRD_TAG /* pass initrd param to kernel */
#define CONFIG_SKIP_LOWLEVEL_INIT /* U-Boot is loaded by a bootloader */
#define CONFIG_BOARD_EARLY_INIT_f /* call board_early_init_f() */
+#define CONFIG_BOARD_POSTCLK_INIT /* call board_postclk_init() */
#define CONFIG_DISPLAY_CPUINFO /* display CPU Info at startup */
/* setting board specific options */
OpenPOWER on IntegriCloud