You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
6d79b83d1c
If dumping address not aligned at 16 boundary, the current Shell will print the aligned address in the dump. It makes sense for a memory block display, but it is a little bit confusing for single memory address display. This patch fixed this issue by printing the exact address when the display count is 1. Signed-off-by: Maurice Ma <maurice.ma@intel.com>