]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/blobdiff - apps/echo_test/echo_testd.c
Apps: Remove the need to have old Zynq includes
[processor-sdk/open-amp.git] / apps / echo_test / echo_testd.c
index 53dd802ce7c6cd3b7525428ba853a718542fa9e9..4f6a3634baaf25e156451505ed025a7122954cfd 100644 (file)
@@ -9,10 +9,6 @@ This application echoes back data that was sent to it by the master core. */
 #include "rsc_table.h"
 #include "platform_info.h"
 
-#ifdef ZYNQ7_BAREMETAL
-#include "baremetal.h"
-#endif
-
 #define SHUTDOWN_MSG   0xEF56A55A
 
 /* Internal functions */
@@ -37,10 +33,6 @@ int main()
 {
        int status = 0;
 
-#ifdef ZYNQ7_BAREMETAL
-       SWITCH_TO_SYS_MODE();
-#endif
-
        /* Initialize HW system components */
        init_system();