···15151616#include <lantiq_soc.h>17171818-/* boot mode mask */1919-#define BM_MASK 0x00052020-2121-/* allow platform code to find out what surce we booted from */1818+/*1919+ * Dummy implementation. Used to allow platform code to find out what2020+ * source was booted from2121+ */2222unsigned char ltq_boot_select(void)2323{2424- return ltq_sys1_r32(SYS1_BM) & BM_MASK;2424+ return BS_SPI;2525}26262727#define BOOT_REG_BASE (KSEG1 | 0x1F200000)