X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Forigen.h;h=1fa2f4db7a24d667ab78ffa998c9d65f37785fb1;hb=2ae9fbe00f71b8e48a04a13a71a9f6b42b70f158;hp=8f1e25696e8b419ad93b31d0109f85c09952ece2;hpb=9b416a9f4ca7cf5ac4d5f7143d67edde7f7d7326;p=u-boot diff --git a/include/configs/origen.h b/include/configs/origen.h index 8f1e25696e..1fa2f4db7a 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -11,9 +11,6 @@ #include -#define CONFIG_SYS_PROMPT "ORIGEN # " - - /* High Level Configuration Options */ #define CONFIG_EXYNOS4210 1 /* which is a EXYNOS4210 SoC */ #define CONFIG_ORIGEN 1 /* working with ORIGEN*/ @@ -53,15 +50,7 @@ #define S5P_CHECK_DIDLE 0xBAD00000 #define S5P_CHECK_LPA 0xABAD0000 -#undef CONFIG_CMD_PING -#define CONFIG_CMD_ELF -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_FS_GENERIC -#define CONFIG_CMD_BOOTZ #define CONFIG_SUPPORT_RAW_INITRD -#undef CONFIG_CMD_NET -#undef CONFIG_CMD_NFS /* MMC SPL */ #define COPY_BL2_FNPTR_ADDR 0x02020030 @@ -117,7 +106,7 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x02040000 -/* U-boot copy size from boot Media to DRAM.*/ +/* U-Boot copy size from boot Media to DRAM.*/ #define COPY_BL2_SIZE 0x80000 #define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512) #define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)