9
0
Fork 0

ARM i.MX boot: Add barebox_loc magicvar

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-11-27 13:00:29 +01:00
parent f84fb129c7
commit 51845b0ce0
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <common.h>
#include <environment.h>
#include <init.h>
#include <magicvar.h>
#include <io.h>
#include <mach/imx-regs.h>
@ -88,4 +89,6 @@ static int imx_25_35_boot_save_loc(void)
coredevice_initcall(imx_25_35_boot_save_loc);
BAREBOX_MAGICVAR(barebox_loc, "The source barebox has been booted from");
#endif