
Wolfgang Please pull from git://www.denx.de/git/u-boot-arm.git
The changes address your comments:-
Moved to asm-arm as coloured_led.h
I still would rather have this integrated into the existing status_led
driver.
Incorporated coloured_led.h into status_led.h
- ran Lindent on it (drivers/at45.c)
Actually the new version is even worse. It has many lines which are not
indented by multiple of 8 chars.
Revisited
Signed-off-by: Peter Pearse peter.pearse@arm.com
Regards
Peter
--- The following changes since commit afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8: Peter Pearse (1): Merge with git://www.denx.de/git/u-boot.git
are found in the git repository at:
git://www.denx.de/git/u-boot-arm.git
Peter Pearse (1): Move coloured led API to status_led.h
cpu/arm920t/start.S | 2 +- drivers/at45.c | 180 ++++++++++++++++++++------------------- include/asm-arm/coloured_led.h | 45 ---------- include/status_led.h | 21 +++++ 4 files changed, 114 insertions(+), 134 deletions(-) mode change 100755 => 100644 drivers/at45.c delete mode 100644 include/asm-arm/coloured_led.h ---