diff options
author | Simon Glass <sjg@chromium.org> | 2012-12-13 20:48:38 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-01 15:07:50 -0500 |
commit | 37434783bbc3a16658abdaec357ad9d9310947d2 (patch) | |
tree | 7172cd71a9ba679fae0e166c08549c661fbe9bcf /arch/nds32/include/asm | |
parent | b4d51db86b783f0c6950803f8cced2c15d812327 (diff) | |
download | u-boot-37434783bbc3a16658abdaec357ad9d9310947d2.tar.gz u-boot-37434783bbc3a16658abdaec357ad9d9310947d2.tar.xz u-boot-37434783bbc3a16658abdaec357ad9d9310947d2.zip |
nds32: Drop tlb_addr from global data
This field doesn't appear to be used for anything important, so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/nds32/include/asm')
-rw-r--r-- | arch/nds32/include/asm/global_data.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nds32/include/asm/global_data.h b/arch/nds32/include/asm/global_data.h index 475bb445b5..e693b01973 100644 --- a/arch/nds32/include/asm/global_data.h +++ b/arch/nds32/include/asm/global_data.h @@ -62,9 +62,6 @@ typedef struct global_data { unsigned long mon_len; /* monitor len */ unsigned long irq_sp; /* irq stack pointer */ unsigned long start_addr_sp; /* start_addr_stackpointer */ -#if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF)) - unsigned long tlb_addr; -#endif void **jt; /* jump table */ char env_buf[32]; /* buffer for getenv() before reloc. */ |