diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-12 17:27:44 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-03-12 17:27:44 +0100 |
commit | 1acba3345c6f707195d8f1cbac834436445279b3 (patch) | |
tree | 87bfb4c157d998f88fee99e196a6f36a6b483903 /include/configs/at91sam9rlek.h | |
parent | 76b40ab41eff1f402ee52ba768b09daad293b9bb (diff) | |
parent | 08f0533a147ca37546a6539b43fce3916e82811a (diff) |
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/at91sam9rlek.h')
-rw-r--r-- | include/configs/at91sam9rlek.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 8178b32a84..aa359b13db 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -48,6 +48,9 @@ #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_CMD_BOOTZ +#define CONFIG_OF_LIBFDT + #define CONFIG_ATMEL_LEGACY #define CONFIG_AT91_GPIO 1 #define CONFIG_AT91_GPIO_PULLUP 1 |