X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap3_cairo.h;h=3f777b6aebc445166df3dd525f99f0a4d65d84bf;hb=7aeac5bc8c5903b8d27188a21b39f0b2c4bd13c1;hp=3030054949f8fdea5228b616bee0811cfb5e667e;hpb=65f3151f85cb3fe91b91153dce6e03798ef3bc85;p=oweals%2Fu-boot.git diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 3030054949..3f777b6aeb 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -60,16 +60,8 @@ #define CONFIG_NAND /* commands to include */ -#include - -#define CONFIG_CMD_SETEXPR /* Evaluate expressions */ #define CONFIG_CMD_NAND_LOCK_UNLOCK -/* Disable some commands */ -#undef CONFIG_CMD_FPGA /* FPGA configuration Support */ -#undef CONFIG_CMD_IMI /* iminfo */ -#undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ - /* * TWL4030 */ @@ -78,7 +70,6 @@ /* * Board NAND Info. */ -#define CONFIG_SYS_NAND_QUIET_TEST 1 #define CONFIG_NAND_OMAP_GPMC #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ /* devices */ @@ -90,7 +81,6 @@ "machid=ffffffff\0" \ "fdt_high=0x87000000\0" \ "baudrate=115200\0" \ - "ethaddr=00:50:C2:7E:90:F0\0" \ "fec_addr=00:50:C2:7E:90:F0\0" \ "netmask=255.255.255.0\0" \ "ipaddr=192.168.2.9\0" \ @@ -250,10 +240,6 @@ #define CONFIG_SERIAL2 #endif -/* Keep old prompt in case some existing script depends on it */ -#undef CONFIG_SYS_PROMPT -#define CONFIG_SYS_PROMPT "Cairo # " - /* Provide MACH_TYPE for compatibility with non-DT kernels */ #define MACH_TYPE_OMAP3_CAIRO 3063 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP3_CAIRO