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>
Showing
- board/bf527-ezkit/video.c 5 additions, 5 deletionsboard/bf527-ezkit/video.c
- board/freescale/mpc8315erdb/config.mk 1 addition, 1 deletionboard/freescale/mpc8315erdb/config.mk
- board/freescale/mpc8536ds/config.mk 3 additions, 3 deletionsboard/freescale/mpc8536ds/config.mk
- board/freescale/mpc8569mds/config.mk 1 addition, 1 deletionboard/freescale/mpc8569mds/config.mk
- board/freescale/p1_p2_rdb/config.mk 3 additions, 3 deletionsboard/freescale/p1_p2_rdb/config.mk
- include/configs/MPC8315ERDB.h 1 addition, 1 deletioninclude/configs/MPC8315ERDB.h
- include/configs/MPC8536DS.h 4 additions, 4 deletionsinclude/configs/MPC8536DS.h
- include/configs/MPC8569MDS.h 2 additions, 2 deletionsinclude/configs/MPC8569MDS.h
- include/configs/MPC8572DS.h 1 addition, 1 deletioninclude/configs/MPC8572DS.h
- include/configs/P1_P2_RDB.h 7 additions, 7 deletionsinclude/configs/P1_P2_RDB.h
- include/configs/P2020DS.h 2 additions, 2 deletionsinclude/configs/P2020DS.h
- include/configs/SBC8540.h 1 addition, 1 deletioninclude/configs/SBC8540.h
- include/configs/astro_mcf5373l.h 2 additions, 2 deletionsinclude/configs/astro_mcf5373l.h
- include/configs/bf527-ezkit.h 1 addition, 1 deletioninclude/configs/bf527-ezkit.h
- include/configs/edb93xx.h 8 additions, 8 deletionsinclude/configs/edb93xx.h
- include/configs/sbc8349.h 2 additions, 6 deletionsinclude/configs/sbc8349.h
- include/configs/sbc8548.h 4 additions, 5 deletionsinclude/configs/sbc8548.h
- include/configs/sbc8560.h 1 addition, 1 deletioninclude/configs/sbc8560.h
- include/configs/spear3xx.h 3 additions, 3 deletionsinclude/configs/spear3xx.h
- include/configs/vme8349.h 1 addition, 1 deletioninclude/configs/vme8349.h
Loading
Please register or sign in to comment