summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index 9f6525e735..c9e968ee66 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -150,7 +150,7 @@ 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 printf("power up source: %x", __XTRACT(HW_POWER_STS, PWRUP_SOURCE)); 153 printf("power up source: %x", BF_RD(POWER_STS, PWRUP_SOURCE));
154 154
155 if(arg == 0xfee1dead) 155 if(arg == 0xfee1dead)
156 { 156 {