diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2009-10-10 13:37:10 -0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-18 16:42:21 -0500 |
commit | 5df65cf56aeef9fdeab83a259c37aa7d23836dd3 (patch) | |
tree | 62d1cd7c086f154b61bf0e0eb764229166d6e672 /board/davinci/dm355leopard/config.mk | |
parent | 6ab176d7091d21960a1bd89fcb7fd87b9e91aca1 (diff) | |
download | u-boot-imx-5df65cf56aeef9fdeab83a259c37aa7d23836dd3.zip u-boot-imx-5df65cf56aeef9fdeab83a259c37aa7d23836dd3.tar.gz u-boot-imx-5df65cf56aeef9fdeab83a259c37aa7d23836dd3.tar.bz2 |
TI: DaVinci: DM355 Leopard board support
This patch adds support for the leopard board which is
based on the DM355 SOC.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci/dm355leopard/config.mk')
-rw-r--r-- | board/davinci/dm355leopard/config.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/davinci/dm355leopard/config.mk b/board/davinci/dm355leopard/config.mk new file mode 100644 index 0000000..d67df02 --- /dev/null +++ b/board/davinci/dm355leopard/config.mk @@ -0,0 +1,6 @@ +# Linux Kernel is expected to be at 8000'8000, entry 8000'8000 +# (mem base + reserved) +# + +#Provide at least 16MB spacing between us and the Linux Kernel image +TEXT_BASE = 0x81080000 |