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 /Makefile | |
parent | 07407d97f07bf62c6c6e6899029a079ecc271974 (diff) | |
download | u-boot-d388298a59ba375c76597b8f95b560afa971a0fb.tar.gz u-boot-d388298a59ba375c76597b8f95b560afa971a0fb.tar.xz u-boot-d388298a59ba375c76597b8f95b560afa971a0fb.zip |
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 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -934,15 +934,6 @@ edb9315a_config: unconfig @$(MKCONFIG) -n $@ -t $(@:_config=) edb93xx arm arm920t edb93xx - ep93xx ######################################################################### -# ARM supplied Versatile development boards -######################################################################### - -versatile_config \ -versatileab_config \ -versatilepb_config : unconfig - @board/armltd/versatile/split_by_variant.sh $@ - -######################################################################### ## XScale Systems ######################################################################### |