From a3617a641f9ee908cc0cb81e1f2f77982a265303 Mon Sep 17 00:00:00 2001 From: mbanth Date: Wed, 16 Jun 2021 13:33:26 +0100 Subject: [PATCH] Remove XS1 support --- lib_xua/src/core/support/reboot.xc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib_xua/src/core/support/reboot.xc b/lib_xua/src/core/support/reboot.xc index df6c7c18..d7475eae 100644 --- a/lib_xua/src/core/support/reboot.xc +++ b/lib_xua/src/core/support/reboot.xc @@ -10,13 +10,9 @@ //Normally we would enumerate the XUD_SERIES_SUPPORT possibilities using defines in //xud.h but we have hard coded them to remove dependancy of sc_xud -#if (XUD_SERIES_SUPPORT == 4) #include "xs2_su_registers.h" #define XS2_SU_PERIPH_USB_ID 0x1 #define PLL_MASK 0x3FFFFFFF -#else -#define PLL_MASK 0xFFFFFFFF -#endif /* Note, this function is prototyped in xs1.h only from 13 tools onwards */ unsigned get_tile_id(tileref);