diff options
| author | Simon Glass <sjg@chromium.org> | 2011-10-07 13:53:34 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-10-17 22:46:38 +0200 | 
| commit | 65bf1d39f41b4e754a79122d45d6ba61fd9a9513 (patch) | |
| tree | 44095230f63175befca4b50d0a1dba54d9f95511 /include/image.h | |
| parent | 0ec2ce4a67bdc62425e3f2a7daaa242002f31060 (diff) | |
| download | olio-uboot-2014.01-65bf1d39f41b4e754a79122d45d6ba61fd9a9513.tar.xz olio-uboot-2014.01-65bf1d39f41b4e754a79122d45d6ba61fd9a9513.zip | |
sandbox: Add architecture image support
We won't actually load an image with this architecture, but we still need to
define it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/image.h b/include/image.h index cca1cc533..b7caaa625 100644 --- a/include/image.h +++ b/include/image.h @@ -106,6 +106,7 @@  #define IH_ARCH_BLACKFIN	16	/* Blackfin	*/  #define IH_ARCH_AVR32		17	/* AVR32	*/  #define IH_ARCH_ST200	        18	/* STMicroelectronics ST200  */ +#define IH_ARCH_SANDBOX		19	/* Sandbox architecture (test only) */  /*   * Image Types |