diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-09-24 15:35:53 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2014-10-10 21:51:18 +0200 |
commit | b2868187f46ce2d00f90139287661ace1af64ac2 (patch) | |
tree | 6c2e44333e872a103932dc05095b4e253cc5aa01 | |
parent | b719a08863dc865fbdd049f50eefeca52fc2cdcc (diff) | |
download | u-boot-b2868187f46ce2d00f90139287661ace1af64ac2.tar.gz |
ARM: atmel: switch at91sam9263ek to generic board
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
-rw-r--r-- | include/configs/at91sam9263ek.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 48c12ea880..b666d9494d 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -48,6 +48,8 @@ #define CONFIG_CMD_BOOTZ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_GENERIC_BOARD + /* * Hardware drivers */ |