diff options
author | Liu Hui-R64343 | 2011-02-22 21:26:09 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2011-04-27 19:38:05 +0200 |
commit | ec665d75a7868449051d1c00849c3b363b8cf915 (patch) | |
tree | e57ede513431b7ceeb4acd2c8986a9506a68167f /board/freescale/mx53evk | |
parent | 9aa720b1454ce0f4dab78ee5b81a5405c287e180 (diff) |
MX53: drop config.mk from mx53evk
The config.mk file in board directory is now obsolete and
should be removed. Add option for the IMX image into
boards.cfg
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'board/freescale/mx53evk')
-rw-r--r-- | board/freescale/mx53evk/config.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/board/freescale/mx53evk/config.mk b/board/freescale/mx53evk/config.mk deleted file mode 100644 index 0e60454deed..00000000000 --- a/board/freescale/mx53evk/config.mk +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2010 Freescale Semiconductor, Inc. All Rights Reserved. -# -# See file CREDITS for list of people who contributed to this -# project. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# - -IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage.cfg -ALL += $(obj)u-boot.imx |