diff options
author | Stefano Babic <sbabic@denx.de> | 2011-06-24 03:04:38 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-08-04 13:12:44 +0200 |
commit | d388298a59ba375c76597b8f95b560afa971a0fb (patch) | |
tree | 7255c781bbc6d6b1aefcc3622087dfa13f58aebc /board/armltd/versatile/config.mk | |
parent | 07407d97f07bf62c6c6e6899029a079ecc271974 (diff) | |
download | u-boot-imx-d388298a59ba375c76597b8f95b560afa971a0fb.zip u-boot-imx-d388298a59ba375c76597b8f95b560afa971a0fb.tar.gz u-boot-imx-d388298a59ba375c76597b8f95b560afa971a0fb.tar.bz2 |
ARM: versatile: fix board support
Versatile board is used as example to run u-boot under qemu.
The patch fixes relocation for all versatile boards and adds
a versatileqemu target to be used under qemu.
Patch tested only under qemu, not on real boards.
Tested with QEMU emulator version 0.14.50.
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Alessandro Rubini <rubini-list@gnudd.com>
CC: Loïc Minier <loic.minier@linaro.org>
Diffstat (limited to 'board/armltd/versatile/config.mk')
-rw-r--r-- | board/armltd/versatile/config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/armltd/versatile/config.mk b/board/armltd/versatile/config.mk deleted file mode 100644 index 8b57af1..0000000 --- a/board/armltd/versatile/config.mk +++ /dev/null @@ -1,5 +0,0 @@ -# -# image should be loaded at 0x01000000 -# - -CONFIG_SYS_TEXT_BASE = 0x01000000 |