rename CFG_ macros to CONFIG_SYS

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2008-10-16 15:01:15 +02:00
committed by Wolfgang Denk
parent 71edc27181
commit 6d0f6bcf33
2039 changed files with 53568 additions and 53568 deletions
+2 -2
View File
@@ -45,8 +45,8 @@
* MBX PCI/ISA/IDE interrupts.
*/
#ifdef CFG_CPM_INTERRUPT
# define CPM_INTERRUPT CFG_CPM_INTERRUPT
#ifdef CONFIG_SYS_CPM_INTERRUPT
# define CPM_INTERRUPT CONFIG_SYS_CPM_INTERRUPT
#else
# define CPM_INTERRUPT SIU_LEVEL2
#endif