diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-04-29 21:26:22 +0200 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-04-29 21:26:22 +0200 |
commit | 585a760e0ecee7bf62fb162c4d0380d2879cbdba (patch) | |
tree | 777aa5c2750a6d24b12c6741cfb8ed34ece02c5c /include | |
parent | db274137c95e1683581032570562e459c616d9e4 (diff) | |
download | bootable_bootloader_goldelico_gta04_x-loader-585a760e0ecee7bf62fb162c4d0380d2879cbdba.zip bootable_bootloader_goldelico_gta04_x-loader-585a760e0ecee7bf62fb162c4d0380d2879cbdba.tar.gz bootable_bootloader_goldelico_gta04_x-loader-585a760e0ecee7bf62fb162c4d0380d2879cbdba.tar.bz2 |
removed code for other platforms
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap3530gta04.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/omap3530gta04.h b/include/configs/omap3530gta04.h index 645f48f..3e6ef21 100644 --- a/include/configs/omap3530gta04.h +++ b/include/configs/omap3530gta04.h @@ -47,7 +47,7 @@ #define CONFIG_BEAGLE_REV2 1 /* Enable the below macro if MMC boot support is required */ -#define CONFIG_MMC 1 +//#define CONFIG_MMC 1 #if defined(CONFIG_MMC) #define CFG_CMD_MMC 1 #define CFG_CMD_FAT 1 @@ -86,7 +86,7 @@ #define SDRC_R_B_C 1 /* Enable the below macro if NAND boot support is required */ -#define CONFIG_NAND 1 +//#define CONFIG_NAND 1 #define NAND_BASE_ADR NAND_BASE #define ONENAND_BASE ONENAND_MAP |