diff options
Diffstat (limited to 'board/siemens/draco/Kconfig')
-rw-r--r-- | board/siemens/draco/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/siemens/draco/Kconfig b/board/siemens/draco/Kconfig index 67fa320c87..819d187087 100644 --- a/board/siemens/draco/Kconfig +++ b/board/siemens/draco/Kconfig @@ -14,7 +14,7 @@ config SYS_CONFIG_NAME endif -if TARGET_DXR2 +if TARGET_THUBAN config SYS_BOARD default "draco" @@ -26,7 +26,7 @@ config SYS_SOC default "am33xx" config SYS_CONFIG_NAME - default "dxr2" + default "thuban" endif |