diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-17 00:58:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-23 00:10:04 +0200 |
commit | 576afd4faeba1519bcb8c0083c3e4d45e5643a48 (patch) | |
tree | caac0ea50cd26e899fccb6cdb428ccc6cced9b77 /board/armltd/integrator/config.mk | |
parent | 46937b27427688a56bf7f5944a92d962dc43c3fa (diff) | |
download | u-boot-imx-576afd4faeba1519bcb8c0083c3e4d45e5643a48.zip u-boot-imx-576afd4faeba1519bcb8c0083c3e4d45e5643a48.tar.gz u-boot-imx-576afd4faeba1519bcb8c0083c3e4d45e5643a48.tar.bz2 |
integrator: merge integratorap and integratorcp
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Peter Pearse <peter.pearse@arm.com>
Diffstat (limited to 'board/armltd/integrator/config.mk')
-rw-r--r-- | board/armltd/integrator/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/armltd/integrator/config.mk b/board/armltd/integrator/config.mk new file mode 100644 index 0000000..25b79b3 --- /dev/null +++ b/board/armltd/integrator/config.mk @@ -0,0 +1,5 @@ +# +# image should be loaded at 0x01000000 +# + +TEXT_BASE = 0x01000000 |