summaryrefslogtreecommitdiff
path: root/bootloader/imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/imx233.c')
-rw-r--r--bootloader/imx233.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index c9e968ee66..dfd4b0b28b 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -52,7 +52,7 @@ extern char loadaddressend[];
52static void usb_mode(int connect_timeout) 52static void usb_mode(int connect_timeout)
53{ 53{
54 int button; 54 int button;
55 55
56 usb_init(); 56 usb_init();
57 usb_start_monitoring(); 57 usb_start_monitoring();
58 58
@@ -150,7 +150,9 @@ void main(uint32_t arg, uint32_t addr)
150 150
151 printf("Boot version: %s", RBVERSION); 151 printf("Boot version: %s", RBVERSION);
152 printf("arg=%x addr=%x", arg, addr); 152 printf("arg=%x addr=%x", arg, addr);
153#if IMX233_SUBTARGET >= 3780
153 printf("power up source: %x", BF_RD(POWER_STS, PWRUP_SOURCE)); 154 printf("power up source: %x", BF_RD(POWER_STS, PWRUP_SOURCE));
155#endif
154 156
155 if(arg == 0xfee1dead) 157 if(arg == 0xfee1dead)
156 { 158 {