MINI2440: Removed old, non working NOR support
[u-boot-openmoko/mini2440.git] / doc / README.OXC
blobc5db5f885965adf0ff58a6ba89b79e3de1c14db4
1 This document contains different information about the port
2 of U-Boot for the OXC board designed by Lucent Technologies,
3 Inc.
5 1. Showing activity
7 U-Boot for the OXC board can show its current status using
8 the Active LED. This feature is configured by the following
9 options:
11 CONFIG_SHOW_ACTIVITY
13   When this option is on, the Active LED is blinking fast
14 when U-Boot runs in the idle loop (i.e. waits for user
15 commands from serial console) and blinking slow when it
16 downloads an image over network. When U-Boot loads an image
17 over serial line the Active LED does not blink and its state
18 is random (i.e. either constant on or constant off).
20 CONFIG_SHOW_BOOT_PROGRESS
22   When this option is on, U-Boot switches the Active LED
23 off before booting an image and switches it on if booting
24 failed due to some reasons.