diff options
author | Heiko Schocher <hs@denx.de> | 2010-07-19 21:47:08 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-08 22:12:00 (GMT) |
commit | 8011ec638e16695081ce65ce3997499ba41c8ba3 (patch) | |
tree | f5a922d923d5c95f366fd4a305cdb786ca182d3e /include/configs | |
parent | e604e4091631e0601e2eeb3f0c197eea95ebe498 (diff) | |
download | u-boot-fsl-qoriq-8011ec638e16695081ce65ce3997499ba41c8ba3.tar.xz |
8xx, kup4k/kup4x: add FDT support
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/KUP4K.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index ab708ae..14d412d 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -510,5 +510,9 @@ #define CONFIG_SYS_DEVICE_NULLDEV 1 /* enble null device */ #define CONFIG_VERSION_VARIABLE 1 +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 + #endif /* __CONFIG_H */ |