esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZE
authorKhem Raj <raj.khem@gmail.com>
Tue, 21 May 2019 06:24:26 +0000 (23:24 -0700)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 18 Sep 2019 06:05:08 +0000 (07:05 +0100)
commit101345270bd5b337721e2c907fe470298bc8b5c8
tree2c1b65e8b9f7977a5b35e006bbc4308cdcabeeac
parent09eb941cb8d2fbfa5f477e499fb231e956e214db
esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZE

PAGE_SIZE is defined in system includes on some systems, this would
avoid the unintended conflict

Fixes
| src/flash/nor/esirisc_flash.c:95:9: error: 'PAGE_SIZE' macro redefined [-Werror,-Wmacro-redefined]
| #define PAGE_SIZE                       4096
|         ^
| /mnt/a/yoe/build/tmp/work/core2-64-yoe-linux-musl/openocd/0.10+gitrAUTOINC+7ee618692f-r0/recipe-sysroot/usr/inclu
de/limits.h:89:9: note: previous definition is here
| #define PAGE_SIZE PAGESIZE

Change-Id: I195b303fc88a7c848ca4e55fd6ba893796df55cc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Reviewed-on: http://openocd.zylin.com/5180
Tested-by: jenkins
Reviewed-by: Steven Stallion <sstallion@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/flash/nor/esirisc_flash.c