| Index: include/configs/chromeos/tegra2/harmony/common.h
|
| diff --git a/include/configs/chromeos/tegra2/harmony/common.h b/include/configs/chromeos/tegra2/harmony/common.h
|
| index a27080cb3a506399cbdc56701c3cefc6c4b56a8c..d785a47169fc6669c6777b4def473535bc288f0d 100644
|
| --- a/include/configs/chromeos/tegra2/harmony/common.h
|
| +++ b/include/configs/chromeos/tegra2/harmony/common.h
|
| @@ -16,6 +16,8 @@
|
| #define CONFIG_TEGRA2_ENABLE_UARTD 1
|
| #define CONFIG_TEGRA2_ENABLE_UARTA 0
|
|
|
| +#define CONFIG_TEGRA2_NAND_HYNIX_HY27UF4G2B 1
|
| +
|
| #define CONFIG_CONSOLE_MUX 1
|
| #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
|
|
|
| @@ -32,7 +34,7 @@
|
| #include <configs/chromeos/tegra2/harmony/parts/mmc.h>
|
| #include <configs/chromeos/tegra2/harmony/parts/pinmux.h>
|
| #include <configs/chromeos/tegra2/harmony/parts/uart.h>
|
| +#include <configs/chromeos/tegra2/harmony/parts/nand.h>
|
|
|
| #define CONFIG_CHROMEOS_HWID "ARM HARMONY TEST 2428"
|
| -
|
| #endif /*__configs_chromeos_tegra2_harmony_common_h__*/
|
|
|