|
@@ -76,6 +76,10 @@
|
|
/*
|
|
/*
|
|
* Command line configuration.
|
|
* Command line configuration.
|
|
*/
|
|
*/
|
|
|
|
+
|
|
|
|
+/* No NOR flash */
|
|
|
|
+#define CONFIG_SYS_NO_FLASH
|
|
|
|
+
|
|
#include <config_cmd_default.h>
|
|
#include <config_cmd_default.h>
|
|
#undef CONFIG_CMD_BDI
|
|
#undef CONFIG_CMD_BDI
|
|
#undef CONFIG_CMD_FPGA
|
|
#undef CONFIG_CMD_FPGA
|
|
@@ -96,9 +100,6 @@
|
|
#define CONFIG_SYS_INIT_SP_ADDR \
|
|
#define CONFIG_SYS_INIT_SP_ADDR \
|
|
(CONFIG_SYS_SDRAM_BASE + 4 * 1024 - GENERATED_GBL_DATA_SIZE)
|
|
(CONFIG_SYS_SDRAM_BASE + 4 * 1024 - GENERATED_GBL_DATA_SIZE)
|
|
|
|
|
|
-/* No NOR flash */
|
|
|
|
-#define CONFIG_SYS_NO_FLASH
|
|
|
|
-
|
|
|
|
/* NAND flash */
|
|
/* NAND flash */
|
|
#ifdef CONFIG_CMD_NAND
|
|
#ifdef CONFIG_CMD_NAND
|
|
#define CONFIG_NAND_ATMEL
|
|
#define CONFIG_NAND_ATMEL
|