{
ulong end = base + size;
- printf("%-12s %8lx %8lx %8lx", name, base, size, end);
+ printf("%-12s %13lx %13lx %13lx", name, base, size, end);
if (*uptop)
- printf(" %8lx", *uptop - end);
+ printf(" %13lx", *uptop - end);
putc('\n');
*uptop = base;
}
arch_dump_mem_attrs();
- printf("\n%-12s %8s %8s %8s %8s\n", "Region", "Base", "Size", "End",
+ printf("\n%-12s %13s %13s %13s %13s\n", "Region", "Base", "Size", "End",
"Gap");
- printf("------------------------------------------------\n");
+ printf("--------------------------------------------------------------------\n");
upto = 0;
if (IS_ENABLED(CONFIG_VIDEO))
print_region("video", gd_video_bottom(),
ut_assert_nextlinen("DRAM: ");
ut_assert_nextline_empty();
- ut_assert_nextline("Region Base Size End Gap");
+ ut_assert_nextline("Region Base Size End Gap");
ut_assert_nextlinen("-");
/* For now we don't worry about checking the values */