> --- > 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot