[U-Boot] [PATCH 6/6] ARM:OMAP3:SDP3430: initial support
Paulraj, Sandeep
s-paulraj at ti.com
Sun Sep 20 03:27:54 CEST 2009
> ---
> MAINTAINERS | 1 +
> MAKEALL | 1 +
> Makefile | 3 +
> board/ti/sdp3430/Makefile | 49 ++++++
> board/ti/sdp3430/config.mk | 33 ++++
> board/ti/sdp3430/sdp.c | 194 ++++++++++++++++++++++
> board/ti/sdp3430/sdp.h | 376 +++++++++++++++++++++++++++++++++++++++++++
> board/ti/sdp3430/u-boot.lds | 63 +++++++
> include/configs/omap3_sdp.h | 367 +++++++++++++++++++++++++++++++++++++++++
> 9 files changed, 1087 insertions(+), 0 deletions(-)
> create mode 100644 board/ti/sdp3430/Makefile
> create mode 100644 board/ti/sdp3430/config.mk
> create mode 100644 board/ti/sdp3430/sdp.c
> create mode 100644 board/ti/sdp3430/sdp.h
> create mode 100644 board/ti/sdp3430/u-boot.lds
why is this u-boot.lds required here, when we already have it in
/cpu/arm_cortexa8/
a diff between what is in the above location and what is in your patch suggests that
they(u-boot.lds) are similar though not same.
> create mode 100644 include/configs/omap3_sdp.h
More information about the U-Boot
mailing list