diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-31 09:53:57 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-02-08 12:41:33 -0800 |
| commit | 175646f64178ba5bfebd6312ac2acd4e1a0e9451 (patch) | |
| tree | 20cc597d9d9d860785017a5eb2004e8bd288b0e4 /target/avr/cpu-param.h | |
| parent | 537600df6141640d411cda5deea742081d2f9962 (diff) | |
| download | focaccia-qemu-175646f64178ba5bfebd6312ac2acd4e1a0e9451.tar.gz focaccia-qemu-175646f64178ba5bfebd6312ac2acd4e1a0e9451.zip | |
target/*: Remove TARGET_LONG_BITS from cpu-param.h
This is now handled by the configs/targets/*.mak fragment. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/avr/cpu-param.h')
| -rw-r--r-- | target/avr/cpu-param.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/avr/cpu-param.h b/target/avr/cpu-param.h index 93c2f470d0..81f3f49ee1 100644 --- a/target/avr/cpu-param.h +++ b/target/avr/cpu-param.h @@ -21,7 +21,6 @@ #ifndef AVR_CPU_PARAM_H #define AVR_CPU_PARAM_H -#define TARGET_LONG_BITS 32 /* * TARGET_PAGE_BITS cannot be more than 8 bits because * 1. all IO registers occupy [0x0000 .. 0x00ff] address range, and they |