rename CFG_ macros to CONFIG_SYS
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
71edc27181
commit
6d0f6bcf33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user