[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
From: |
Michael Rolnik |
Subject: |
[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8 |
Date: |
Sun, 21 Mar 2021 00:09:48 +0200 |
The previous value of TARGET_PAGE_BITS (8) is a bug. Make it 10
I tested it using the following commands
1. ninja test
2. make check-qtest-avr
3. avocado --show=app run -t arch:avr tests/acceptance/
Michael Rolnik (1):
Set TARGET_PAGE_BITS to be 10 instead of 8 bits
target/avr/cpu-param.h | 8 +-------
target/avr/helper.c | 2 --
2 files changed, 1 insertion(+), 9 deletions(-)
--
2.25.1
- [PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8,
Michael Rolnik <=