summaryrefslogtreecommitdiff
path: root/board/xilinx/ml507/config.mk
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@uam.es>2008-07-21 20:30:07 +0200
committerStefan Roese <sr@denx.de>2008-07-30 11:31:37 +0200
commit01a004313c5ec2d128b611df4c208b1b0d3c3fb4 (patch)
treeafd7f54deab3bbfc92391b40fa7a6de54e161487 /board/xilinx/ml507/config.mk
parent60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c (diff)
downloadu-boot-imx-01a004313c5ec2d128b611df4c208b1b0d3c3fb4.zip
u-boot-imx-01a004313c5ec2d128b611df4c208b1b0d3c3fb4.tar.gz
u-boot-imx-01a004313c5ec2d128b611df4c208b1b0d3c3fb4.tar.bz2
ppc4xx: ML507: U-Boot in flash and System ACE
This patch allows booting from FLASH the ML507 board by Xilinx. Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/xilinx/ml507/config.mk')
-rw-r--r--board/xilinx/ml507/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/xilinx/ml507/config.mk b/board/xilinx/ml507/config.mk
index 35c52ad..e827e8a 100644
--- a/board/xilinx/ml507/config.mk
+++ b/board/xilinx/ml507/config.mk
@@ -20,5 +20,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+ifndef TEXT_BASE
TEXT_BASE = 0x04000000
+endif