diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 13:07:54 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 13:07:54 +0100 |
commit | bd86220f58b99d6896198c385fda132f0c980915 (patch) | |
tree | 33ff54c9cc3ee2fc49ae6c2dab38456c3e023f7a /cpu/arm920t/start.S | |
parent | afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8 (diff) | |
download | u-boot-imx-bd86220f58b99d6896198c385fda132f0c980915.zip u-boot-imx-bd86220f58b99d6896198c385fda132f0c980915.tar.gz u-boot-imx-bd86220f58b99d6896198c385fda132f0c980915.tar.bz2 |
Move coloured led API to status_led.h
Improve indentation in drivers/at45.c
Diffstat (limited to 'cpu/arm920t/start.S')
-rw-r--r-- | cpu/arm920t/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S index df2ee20..aefcdd1 100644 --- a/cpu/arm920t/start.S +++ b/cpu/arm920t/start.S @@ -27,7 +27,7 @@ #include <config.h> #include <version.h> -#include <asm/coloured_led.h> +#include <status_led.h> /* ************************************************************************* |