Skip to content
Commit c4d71b3f authored by Keith Packard's avatar Keith Packard Committed by Stephanos Ioannidis
Browse files

drivers/flash: Use array instead of char for _ram_code_start



When defined as 'char', the compiler notices that the memcpy targeting that
address will write more than one byte which generates a warning. Use an
array instead so that the compiler doesn't assume a specific size.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 08d4dc90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment