diff options
author | Simon Glass <sjg@chromium.org> | 2014-06-12 07:24:48 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-19 11:19:00 -0400 |
commit | 07c0cd71340e21c690b4921ced6790ea49adc4b4 (patch) | |
tree | f8e341b6a41b28905f5faa5e611e12f9c9f30147 /include/configs/sandbox.h | |
parent | 126cc864206e0a06635a4bf49b75de8d5a4a80d7 (diff) | |
download | u-boot-imx-07c0cd71340e21c690b4921ced6790ea49adc4b4.zip u-boot-imx-07c0cd71340e21c690b4921ced6790ea49adc4b4.tar.gz u-boot-imx-07c0cd71340e21c690b4921ced6790ea49adc4b4.tar.bz2 |
bootm: Support android boot on sandbox
A small change allows this to operate on sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |