diff options
author | Eric BĂ©nard <eric@eukrea.com> | 2011-01-25 23:31:23 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-11 22:44:02 +0200 |
commit | ee986e2a7d1fd38568e2e5f83563b7bc4f607963 (patch) | |
tree | 3d90465aafaf30bc1624891fb78a955d95610c39 /board/mp2usb/config.mk | |
parent | 91a3c14cd0edb7cf427eb025ae25920c8546767c (diff) | |
download | u-boot-imx-ee986e2a7d1fd38568e2e5f83563b7bc4f607963.zip u-boot-imx-ee986e2a7d1fd38568e2e5f83563b7bc4f607963.tar.gz u-boot-imx-ee986e2a7d1fd38568e2e5f83563b7bc4f607963.tar.bz2 |
mp2usb: remove board support
this board was cancelled long time ago so remove it as it won't
be maintained anymore
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'board/mp2usb/config.mk')
-rw-r--r-- | board/mp2usb/config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/mp2usb/config.mk b/board/mp2usb/config.mk deleted file mode 100644 index 948e4ff..0000000 --- a/board/mp2usb/config.mk +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x27F00000 -## For testing: load at 0x20100000 and "go" at 0x201000A4 -#CONFIG_SYS_TEXT_BASE = 0x20100000 |