]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/microblaze/exception.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / microblaze / exception.c
index d76b05a526291e8670d4274a4d8dd66b31de782f..0365de3a0b46ac7dccecebe8274dff55381405a1 100644 (file)
@@ -65,7 +65,7 @@ void _hw_exception_handler (void)
        hang ();
 }
 
-#ifdef CFG_USR_EXCEP
+#ifdef CONFIG_SYS_USR_EXCEP
 void _exception_handler (void)
 {
        puts ("User vector_exception\n");