diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2007-12-20 12:58:51 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-08 09:55:42 -0600 |
commit | e496865ecc31a2fe2f9abfe798334bb02aaf05ab (patch) | |
tree | 86cc177f6213e6ea717fecfd3703c5e63a649ecc | |
parent | 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40 (diff) | |
download | u-boot-imx-e496865ecc31a2fe2f9abfe798334bb02aaf05ab.zip u-boot-imx-e496865ecc31a2fe2f9abfe798334bb02aaf05ab.tar.gz u-boot-imx-e496865ecc31a2fe2f9abfe798334bb02aaf05ab.tar.bz2 |
sbc8349: enable libfdt by default on WRS SBC8349 board.
Make libfdt the default for the WRS SBC8349 board.
Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r-- | include/configs/sbc8349.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index e7d8a5a..45f20dc 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -310,7 +310,7 @@ #endif /* pass open firmware flat tree */ -#define CONFIG_OF_FLAT_TREE 1 +#define CONFIG_OF_LIBFDT 1 #define CONFIG_OF_BOARD_SETUP 1 #define OF_CPU "PowerPC,8349@0" @@ -458,7 +458,7 @@ #define CONFIG_CMD_PING #if defined(CONFIG_PCI) - #define CONFG_CMD_PCI + #define CONFIG_CMD_PCI #endif #if defined(CFG_RAMBOOT) |