diff options
author | John Rigby <john.rigby@linaro.org> | 2011-12-18 21:41:21 -0700 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2012-04-25 07:54:04 -0600 |
commit | 0ee6c24fb5aba88c0ff43df6feca4f1ed9694086 (patch) | |
tree | cb36b718403a63ee596945f5a81afdee48c971eb | |
parent | 8ad9947ed55372436151d2b6b8862d5d6ef4dc34 (diff) | |
download | u-boot-linaro-stable-0ee6c24fb5aba88c0ff43df6feca4f1ed9694086.tar.gz |
Origen: Enable CONFIG_OF_LIBFDT
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r-- | include/configs/origen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h index 36ac4275a..5acf9957f 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -47,6 +47,8 @@ /* input clock of PLL: ORIGEN has 24MHz input clock */ #define CONFIG_SYS_CLK_FREQ 24000000 +#define CONFIG_OF_LIBFDT 1 + #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG #define CONFIG_INITRD_TAG |