summaryrefslogtreecommitdiff
path: root/bootloader/imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/imx233.c')
-rw-r--r--bootloader/imx233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index f0d6aa0fe1..d2562d0676 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -154,7 +154,7 @@ void main(uint32_t arg, uint32_t addr)
154 154
155 button_init(); 155 button_init();
156 156
157 printf("%s: %s", MSG(240, "Ver", "Boot version"), RBVERSION); 157 printf("%s: %s", MSG(240, "Ver", "Boot version"), rbversion);
158 printf("%s: %x ", MSG(240, "Arg", "Boot arg"), arg); 158 printf("%s: %x ", MSG(240, "Arg", "Boot arg"), arg);
159 printf("%s: %x", MSG(240, "Addr", "Boot addr"), addr); 159 printf("%s: %x", MSG(240, "Addr", "Boot addr"), addr);
160#if IMX233_SUBTARGET >= 3780 160#if IMX233_SUBTARGET >= 3780