Merge pull request #4606 from jriwanek-forks/memory

Change the AT expansion's default start_address
This commit is contained in:
Miran Grča
2024-07-09 00:15:59 +02:00
committed by GitHub

View File

@@ -1176,7 +1176,7 @@ static const device_config_t ibmat_config[] = {
.description = "Start Address",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 512,
.default_int = 1024,
.file_filter = "",
.spinner = {
.min = 0,
@@ -1224,7 +1224,7 @@ static const device_config_t genericat_config[] = {
.description = "Start Address",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 512,
.default_int = 1024,
.file_filter = "",
.spinner = {
.min = 0,