diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-09-02 11:34:36 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-03 14:32:00 +0200 |
commit | 3bc1054cec2f6b25822f301ea922a16233baa4c7 (patch) | |
tree | 22207e64cad3dcec6b74785149689acaa6eff5d7 /include | |
parent | 5a3e480b783bfbc139586293a54fb875d7c5c5d4 (diff) | |
download | u-boot-imx-3bc1054cec2f6b25822f301ea922a16233baa4c7.zip u-boot-imx-3bc1054cec2f6b25822f301ea922a16233baa4c7.tar.gz u-boot-imx-3bc1054cec2f6b25822f301ea922a16233baa4c7.tar.bz2 |
ppc4xx: Add fdt support for PLU405 boards
Signed-off-by: Matthias Fuchs <mf@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/PLU405.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 0e04691..211d926 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -89,6 +89,8 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_EEPROM +#define CONFIG_OF_LIBFDT +#define CONFIG_OF_BOARD_SETUP #define CONFIG_MAC_PARTITION #define CONFIG_DOS_PARTITION |