commit | 950401002b473aa0e90ed758d2d66556529ff0c8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:48 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:19:00 2014 -0400 |
tree | f8e341b6a41b28905f5faa5e611e12f9c9f30147 | |
parent | a0c0b639afeeb270a34f124a0e0e31e7c994e676 [diff] [blame] |
bootm: Support android boot on sandbox A small change allows this to operate on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6bb2546..a145094 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h
@@ -41,6 +41,7 @@ #define CONFIG_RSA #define CONFIG_CMD_FDT #define CONFIG_DEFAULT_DEVICE_TREE sandbox +#define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_FS_FAT #define CONFIG_FS_EXT4