diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-22 03:57:39 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-24 09:51:04 -0400 |
commit | 52caee0f36d86c660b7e139d29db01eac04274bd (patch) | |
tree | ea1fada0110a9b36e3166ba41129f858e3fa2695 /arch/mips | |
parent | 015643152aee4c333e3f95d153347f50b7e92ea7 (diff) | |
download | u-boot-imx-52caee0f36d86c660b7e139d29db01eac04274bd.zip u-boot-imx-52caee0f36d86c660b7e139d29db01eac04274bd.tar.gz u-boot-imx-52caee0f36d86c660b7e139d29db01eac04274bd.tar.bz2 |
MIPS: qemu-malta: enable flash support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/malta.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/malta.h b/arch/mips/include/asm/malta.h index f2bbf0f..ab951e6 100644 --- a/arch/mips/include/asm/malta.h +++ b/arch/mips/include/asm/malta.h @@ -16,4 +16,6 @@ #define MALTA_RESET_BASE 0x1f000500 #define GORESET 0x42 +#define MALTA_FLASH_BASE 0x1fc00000 + #endif /* _MIPS_ASM_MALTA_H */ |