Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

imx233: fix bootloader for stmp3600 and stmp3700

Change-Id: Icfdf4c0a35813576c9d2a60558b4c00599f091fc

+3 -1
+3 -1
bootloader/imx233.c
··· 52 52 static void usb_mode(int connect_timeout) 53 53 { 54 54 int button; 55 - 55 + 56 56 usb_init(); 57 57 usb_start_monitoring(); 58 58 ··· 150 150 151 151 printf("Boot version: %s", RBVERSION); 152 152 printf("arg=%x addr=%x", arg, addr); 153 + #if IMX233_SUBTARGET >= 3780 153 154 printf("power up source: %x", BF_RD(POWER_STS, PWRUP_SOURCE)); 155 + #endif 154 156 155 157 if(arg == 0xfee1dead) 156 158 {