diff options
author | Wu, Josh | 2014-09-02 18:13:23 +0800 |
---|---|---|
committer | Andreas Bießmann | 2014-09-19 00:11:23 +0200 |
commit | 09e03e0592c91dc0b7588ebc2d208bed08502c35 (patch) | |
tree | 27a78fca6720b4d491fc9a59eefc8b4f9eeb652e /include | |
parent | d357b94041a0d270dfa87251e00d9789ffa0f2b4 (diff) |
ARM: at91sam9n12ek: convert to generic board support
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/at91sam9n12ek.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 9b0e588c6b8..f02fce95b39 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -31,6 +31,7 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_GENERIC_BOARD /* general purpose I/O */ #define CONFIG_AT91_GPIO |