diff options
| author | Angus Ainslie <[email protected]> | 2011-09-09 12:02:02 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-11-03 22:56:20 +0100 |
| commit | 099e884ace0fb092e49f4cc803fc92c93c3f161f (patch) | |
| tree | 35681ab3d3ba8aab75ec3979ada6906d9b6c439e | |
| parent | 0e0a5366f1bfa20e7378d7a8431da88f33637d2b (diff) | |
ORIGEN : enable device tree support
Enable passing a flattened device tree to the kernel.
Signed-off-by: Angus Ainslie <[email protected]>
Acked-by: Chander Kashyap <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | include/configs/origen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index 889d5fc7278..380ef4f6125 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -165,4 +165,7 @@ #define COPY_BL2_SIZE 0x80000 #define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512) #define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512) + +/* Enable devicetree support */ +#define CONFIG_OF_LIBFDT #endif /* __CONFIG_H */ |
