diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 11:22:06 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 11:22:06 +0000 |
commit | 701475f791025cfb08e9b8cee35bb63ca772416f (patch) | |
tree | 42f671f8309e37ab70f18bca35265a097fc90cd0 /target/device/Atmel/Config.in | |
parent | b4173a87fec4e0f5ac497a6b1581279fdb5042be (diff) | |
download | buildroot-novena-701475f791025cfb08e9b8cee35bb63ca772416f.tar.gz buildroot-novena-701475f791025cfb08e9b8cee35bb63ca772416f.zip |
This patch renames the Atmel atstk1002 target board to a more generic atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002.
Submitted by Hans-Christian Egtvedt
Diffstat (limited to 'target/device/Atmel/Config.in')
-rw-r--r-- | target/device/Atmel/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/Config.in b/target/device/Atmel/Config.in index 9c9e19bd5..676a2da0d 100644 --- a/target/device/Atmel/Config.in +++ b/target/device/Atmel/Config.in @@ -20,7 +20,7 @@ config BR2_BOARD_NAME default "at91sam9262ek" if BR2_TARGET_AT91SAM9262EK default "at91sam9263ek" if BR2_TARGET_AT91SAM9263EK default "at91sam9xeek" if BR2_TARGET_AT91SAM9XEEK - default "atstk1002" if BR2_TARGET_AVR32_ATSTK1002 + default "atstk100x" if BR2_TARGET_AVR32_ATSTK1002 default "atngw100" if BR2_TARGET_AVR32_ATNGW100 default "atngw100-base" if BR2_TARGET_AVR32_ATNGW100_BASE default "atngw100-expanded" if BR2_TARGET_AVR32_ATNGW100_EXPANDED |