diff options
author | Wolfgang Denk <wd@denx.de> | 2011-08-26 02:25:37 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:13 +0200 |
commit | 69624195a3678b78569addf739b58275ae39460a (patch) | |
tree | 8afe38b7c82f9c455338609901bd18cacbdd062f /board/mx1fs2/config.mk | |
parent | 957731eda0fe7610de93f73ef54686a618dbc605 (diff) | |
download | u-boot-imx-69624195a3678b78569addf739b58275ae39460a.zip u-boot-imx-69624195a3678b78569addf739b58275ae39460a.tar.gz u-boot-imx-69624195a3678b78569addf739b58275ae39460a.tar.bz2 |
ARM: remove broken "mx1fs2" board
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/mx1fs2/config.mk')
-rw-r--r-- | board/mx1fs2/config.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/mx1fs2/config.mk b/board/mx1fs2/config.mk deleted file mode 100644 index eb4d046..0000000 --- a/board/mx1fs2/config.mk +++ /dev/null @@ -1,10 +0,0 @@ -# -# This config file is used for compilation of IMX sources -# -# You might change location of U-Boot in memory by setting right CONFIG_SYS_TEXT_BASE. -# This allows for example having one copy located at the end of ram and stored -# in flash device and later on while developing use other location to test -# the code in RAM device only. -# - -CONFIG_SYS_TEXT_BASE = 0x08f00000 |