]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkconfig: change CONFIG_MK_ prefix into plain CONFIG_
authorWolfgang Denk <wd@denx.de>
Mon, 4 Oct 2010 17:58:00 +0000 (19:58 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 20:01:21 +0000 (22:01 +0200)
commitd24f2d321d8e78e990d100000d8efc4845c78b1c
tree3aefa485709092302434dbf442959b468b38ea64
parent9329cdfb3003a26bac1324fc05dbbbafc00dc37e
mkconfig: change CONFIG_MK_ prefix into plain CONFIG_

When planning for more generalization and Makefile cleanup it became
obvious that the introduction of a separate CONFIG_MK_ name space for
config options that were set through scripting in the Makefile was
not a good idea.

Originally the idea was to provide a script-free approach to supply
configuration options - there was no real need for a separate name
space. But when we now convert the existing Makefile entries to make
use of this approach, it would mean that we have to touch a large
number of board config files and add #ifdef / #define sequences to
"convert" from the CONFIG_MK_ to the CONFIG_ name space.

It seems much cleaner to get rid of this somewhat arbitrary _MK
string now for the few boards that actually use it.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
21 files changed:
board/bf527-ezkit/video.c
board/freescale/mpc8315erdb/config.mk
board/freescale/mpc8536ds/config.mk
board/freescale/mpc8569mds/config.mk
board/freescale/p1_p2_rdb/config.mk
include/configs/MPC8315ERDB.h
include/configs/MPC8536DS.h
include/configs/MPC8569MDS.h
include/configs/MPC8572DS.h
include/configs/P1_P2_RDB.h
include/configs/P2020DS.h
include/configs/SBC8540.h
include/configs/astro_mcf5373l.h
include/configs/bf527-ezkit.h
include/configs/edb93xx.h
include/configs/sbc8349.h
include/configs/sbc8548.h
include/configs/sbc8560.h
include/configs/spear3xx.h
include/configs/vme8349.h
mkconfig