diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-07-27 11:40:13 +0900 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 02:04:24 +0200 | 
| commit | 15f2aa79801c545a3b96f92fadc731e5be0718fd (patch) | |
| tree | 91cc159de3034fc5d225b80f1856b9133a3f1fa3 | |
| parent | 4f007b8334b9ed7170254cc784ad4f23f10192d0 (diff) | |
| download | olio-uboot-2014.01-15f2aa79801c545a3b96f92fadc731e5be0718fd.tar.xz olio-uboot-2014.01-15f2aa79801c545a3b96f92fadc731e5be0718fd.zip | |
arm: rmobile: kzm9g: Add LIBFDT support
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| -rw-r--r-- | include/configs/kzm9g.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index bc6dc72de..15c03c707 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -36,7 +36,8 @@  #define CONFIG_DISPLAY_CPUINFO  #define CONFIG_DISPLAY_BOARDINFO  #define CONFIG_BOARD_EARLY_INIT_F -#define	CONFIG_L2_OFF +#define CONFIG_L2_OFF +#define CONFIG_OF_LIBFDT  #include <config_cmd_default.h>  #define CONFIG_CMDLINE_TAG |