Change the AT expansion's default start_address
This commit is contained in:
@@ -1176,7 +1176,7 @@ static const device_config_t ibmat_config[] = {
|
|||||||
.description = "Start Address",
|
.description = "Start Address",
|
||||||
.type = CONFIG_SPINNER,
|
.type = CONFIG_SPINNER,
|
||||||
.default_string = "",
|
.default_string = "",
|
||||||
.default_int = 512,
|
.default_int = 1024,
|
||||||
.file_filter = "",
|
.file_filter = "",
|
||||||
.spinner = {
|
.spinner = {
|
||||||
.min = 0,
|
.min = 0,
|
||||||
@@ -1224,7 +1224,7 @@ static const device_config_t genericat_config[] = {
|
|||||||
.description = "Start Address",
|
.description = "Start Address",
|
||||||
.type = CONFIG_SPINNER,
|
.type = CONFIG_SPINNER,
|
||||||
.default_string = "",
|
.default_string = "",
|
||||||
.default_int = 512,
|
.default_int = 1024,
|
||||||
.file_filter = "",
|
.file_filter = "",
|
||||||
.spinner = {
|
.spinner = {
|
||||||
.min = 0,
|
.min = 0,
|
||||||
|
Reference in New Issue
Block a user